mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 15:16:46 +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…
Reference in New Issue
Block a user