Compilation fix

This commit is contained in:
Nekotekina 2015-03-04 14:38:28 +03:00
parent ad38e9f0fe
commit 30fe3dc6f5

View File

@ -76,7 +76,7 @@ public:
ref_type operator [](s32 uid)
{
return find(uid);
return get(uid);
}
// generate UID for newly created object (will return zero if the limit exceeded)