summaryrefslogtreecommitdiff
path: root/games/criticalmass/patches/patch-utils_ResourceManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/criticalmass/patches/patch-utils_ResourceManager.hpp')
-rw-r--r--games/criticalmass/patches/patch-utils_ResourceManager.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/criticalmass/patches/patch-utils_ResourceManager.hpp b/games/criticalmass/patches/patch-utils_ResourceManager.hpp
new file mode 100644
index 00000000000..b6987d8d76a
--- /dev/null
+++ b/games/criticalmass/patches/patch-utils_ResourceManager.hpp
@@ -0,0 +1,13 @@
+$NetBSD: patch-utils_ResourceManager.hpp,v 1.1 2013/06/16 20:40:40 joerg Exp $
+
+--- utils/ResourceManager.hpp.orig 2013-04-30 12:13:05.000000000 +0000
++++ utils/ResourceManager.hpp
+@@ -71,7 +71,7 @@ private:
+ string _openFilename;
+ ifstream _infile;
+ ziStream *_activeInput;
+- hash_map< const string, DirectoryEntry*, hash<const string>, equal_to<const string> > _dirEntryMap;
++ hash_map<const string, DirectoryEntry*, ::HASH_NAMESPACE::hash<const string>, equal_to<const string> > _dirEntryMap;
+ string::size_type _baseLen;
+ };
+