summaryrefslogtreecommitdiff
path: root/games/criticalmass/patches/patch-utilsgl_GLBitmapCollection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/criticalmass/patches/patch-utilsgl_GLBitmapCollection.hpp')
-rw-r--r--games/criticalmass/patches/patch-utilsgl_GLBitmapCollection.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/criticalmass/patches/patch-utilsgl_GLBitmapCollection.hpp b/games/criticalmass/patches/patch-utilsgl_GLBitmapCollection.hpp
new file mode 100644
index 00000000000..b9b2a4e06cb
--- /dev/null
+++ b/games/criticalmass/patches/patch-utilsgl_GLBitmapCollection.hpp
@@ -0,0 +1,13 @@
+$NetBSD: patch-utilsgl_GLBitmapCollection.hpp,v 1.1 2013/06/16 20:40:40 joerg Exp $
+
+--- utilsgl/GLBitmapCollection.hpp.orig 2013-04-30 12:25:42.000000000 +0000
++++ utilsgl/GLBitmapCollection.hpp
+@@ -133,7 +133,7 @@ protected:
+ unsigned int _bitmapCount;
+ float _textureSize;
+
+- hash_map< const string, BitmapInfo*, hash<const string>, equal_to<const string> > _bitmapInfoMap;
++ hash_map< const string, BitmapInfo*, ::HASH_NAMESPACE::hash<const string>, equal_to<const string> > _bitmapInfoMap;
+
+ private:
+ GLBitmapCollection( const GLBitmapCollection&);