mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
DEVTOOLS: Fix compilation
This commit is contained in:
parent
39cc305fa5
commit
e8b88219ea
@ -84,7 +84,7 @@ private:
|
||||
};
|
||||
|
||||
struct WinResourceID_Hash {
|
||||
uint operator()(const WinResourceID &id) const { return hashit(id.toString()); }
|
||||
uint operator()(const WinResourceID &id) const { return hashit(id.toString().c_str()); }
|
||||
};
|
||||
|
||||
struct WinResourceID_EqualTo {
|
||||
|
Loading…
x
Reference in New Issue
Block a user