summaryrefslogtreecommitdiff
path: root/games/criticalmass/patches/patch-game_WeaponDepot.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/criticalmass/patches/patch-game_WeaponDepot.hpp')
-rw-r--r--games/criticalmass/patches/patch-game_WeaponDepot.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/criticalmass/patches/patch-game_WeaponDepot.hpp b/games/criticalmass/patches/patch-game_WeaponDepot.hpp
new file mode 100644
index 00000000000..c129d1c3b6a
--- /dev/null
+++ b/games/criticalmass/patches/patch-game_WeaponDepot.hpp
@@ -0,0 +1,13 @@
+$NetBSD: patch-game_WeaponDepot.hpp,v 1.1 2013/06/16 20:40:40 joerg Exp $
+
+--- game/WeaponDepot.hpp.orig 2013-06-15 10:08:23.000000000 +0000
++++ game/WeaponDepot.hpp
+@@ -37,7 +37,7 @@ private:
+
+ void addWeapon( Weapon *weap);
+
+- hash_map< string, Weapon*, hash<string>, equal_to<string> > _weaponMap;
++ hash_map< string, Weapon*, HASH_NAMESPACE::hash<string>, equal_to<string> > _weaponMap;
+ };
+
+ typedef Singleton<WeaponDepot> WeaponDepotS;