summaryrefslogtreecommitdiff
path: root/games/criticalmass/patches/patch-utilsgl_GLBitmapCollection.hpp
blob: b9b2a4e06cb8ad49917d83641d5f8a27e5becf0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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&);