Fixed the psp build breakage in r3595. Erwan, pls review - I think that the subtypesToType map probably should be unsigned ints instead of signed, but I wasn't about to sweep through the file right now.

This commit is contained in:
wrenczes
2011-05-04 10:27:18 +00:00
parent bfffb169cf
commit 5041916fdd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public:
int find(string subtype, bool forceAdd = true);
string find(unsigned int id);
bool isSubtypeOfType(string subtype, string type);
bool isSubtypeOfType(unsigned int subtype, unsigned int type);
bool isSubtypeOfType(int subtype, int type);
bool isSuperType(int type);
bool isType(int type);
bool isSubType(int type);