fix Linux compile (nw)

This commit is contained in:
R. Belmont 2012-01-18 04:30:58 +00:00
parent 4657631288
commit b844c99768

View File

@ -158,7 +158,7 @@ public:
for (entry_t *entry = m_table[fullhash % ARRAY_LENGTH(m_table)]; entry != NULL; entry = entry->next())
if (entry->fullhash() == fullhash && entry->tag() == tag)
return entry->object();
return NULL;
return (_ElementType)NULL;
}
// find by tag without checking anything but the hash