summaryrefslogtreecommitdiff
path: root/games/criticalmass/patches/patch-game_BitmapManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/criticalmass/patches/patch-game_BitmapManager.cpp')
-rw-r--r--games/criticalmass/patches/patch-game_BitmapManager.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/criticalmass/patches/patch-game_BitmapManager.cpp b/games/criticalmass/patches/patch-game_BitmapManager.cpp
new file mode 100644
index 00000000000..6abfe7c8c66
--- /dev/null
+++ b/games/criticalmass/patches/patch-game_BitmapManager.cpp
@@ -0,0 +1,13 @@
+$NetBSD: patch-game_BitmapManager.cpp,v 1.1 2013/06/16 20:40:40 joerg Exp $
+
+--- game/BitmapManager.cpp.orig 2013-06-15 10:07:54.000000000 +0000
++++ game/BitmapManager.cpp
+@@ -29,7 +29,7 @@ BitmapManager::~BitmapManager()
+ void BitmapManager::reload( void)
+ {
+ XTRACE();
+- hash_map< const string, GLBitmapCollection*, hash<const string> >::const_iterator ci;
++ hash_map< const string, GLBitmapCollection*, HASH_NAMESPACE::hash<const string> >::const_iterator ci;
+ for( ci=_resourceMap.begin(); ci!=_resourceMap.end(); ci++)
+ {
+ GLBitmapCollection *bitmap = ci->second;