COMMON: Fix WinResourceID::getID()
This commit is contained in:
parent
826197cf76
commit
d2f8103a3b
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ uint32 WinResourceID::getID() const {
|
||||||
if (_idType != kIDTypeNumerical)
|
if (_idType != kIDTypeNumerical)
|
||||||
return 0xffffffff;
|
return 0xffffffff;
|
||||||
|
|
||||||
return _idType;
|
return _id;
|
||||||
}
|
}
|
||||||
|
|
||||||
String WinResourceID::toString() const {
|
String WinResourceID::toString() const {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue