aboutsummaryrefslogtreecommitdiff
path: root/games/xmoto/files/patch-src-VTexture.h
blob: ab8dcd92d31ae14dfe080a74266b2783bfcc9873 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/VTexture.h.orig	2011-10-11 20:18:35 UTC
+++ src/VTexture.h
@@ -135,7 +135,7 @@ private:
 
   void cleanUnregistredTextures();
 
-  HashNamespace::hash_map<const char*, int*, HashNamespace::hash<const char*>, hashcmp_str> m_textureSizeCache;
+  HashNamespace::hash_map<std::string, int*> m_textureSizeCache;
   std::vector<std::string> m_textureSizeCacheKeys;
   std::vector<int*> m_textureSizeCacheValues;