1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/games/xmoto/files/patch-src-VTexture.h
Dmitry Marakasov 9b65c3f973 - Pet portlint
- Switch to USES=localbase
- Switch to options helpers
- Regenerate patches
2016-11-14 15:13:30 +00:00

12 lines
416 B
C++

--- 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;