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