summaryrefslogtreecommitdiff
path: root/games/criticalmass/patches/patch-game_WeaponDepot.hpp
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-06-16 20:40:40 +0000
committerjoerg <joerg@pkgsrc.org>2013-06-16 20:40:40 +0000
commit07b839e710661b2939691835863fae6ac6a0c46c (patch)
tree38f9e03a82abbdc654aa54efb03de4c4e0386d67 /games/criticalmass/patches/patch-game_WeaponDepot.hpp
parent98968ba56efb74320818176b8981222d98f3a396 (diff)
downloadpkgsrc-07b839e710661b2939691835863fae6ac6a0c46c.tar.gz
Disambiguate hash references.
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;