Files
pkgsrc-ng/games/criticalmass/patches/patch-game_FontManager.cpp
2013-09-26 17:14:40 +02:00

14 lines
556 B
C++

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