COMMON: Fix WinResourceID::getID()

This commit is contained in:
Matthew Hoops 2011-03-07 13:12:43 -05:00
parent 826197cf76
commit d2f8103a3b

View File

@ -69,7 +69,7 @@ uint32 WinResourceID::getID() const {
if (_idType != kIDTypeNumerical)
return 0xffffffff;
return _idType;
return _id;
}
String WinResourceID::toString() const {