mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 08:53:51 +00:00
Still doesn't work with PalmOS compiler
svn-id: r25079
This commit is contained in:
parent
b500f02e61
commit
efe466040a
@ -85,6 +85,10 @@ template <class Key, class Val, class HashFunc = Hash<Key>, class EqualFunc = Eq
|
||||
class HashMap {
|
||||
friend class const_iterator;
|
||||
private:
|
||||
#if defined (PALMOS_MODE)
|
||||
public:
|
||||
#endif
|
||||
|
||||
struct Node {
|
||||
Key _key;
|
||||
Val _value;
|
||||
|
Loading…
x
Reference in New Issue
Block a user