(NDK) Fixed compilation error

Former-commit-id: c762dbf34c0141882df0ce43509277877c5c559e
This commit is contained in:
Lynix
2015-03-30 14:17:25 +02:00
parent 1903cbda8d
commit c25f824f65

View File

@@ -48,7 +48,7 @@ namespace Ndk
entry.id = id;
// Une petite assertion pour s'assurer que l'identifiant n'est pas déjà utilisé
NazaraAssert(s_idToInsert.find(id) == s_idToInsert.end(), "This id is already in use");
NazaraAssert(s_idToIndex.find(id) == s_idToIndex.end(), "This id is already in use");
s_idToIndex[id] = index;