summaryrefslogtreecommitdiff
path: root/games/criticalmass/patches/patch-utils_ResourceManager.hpp
blob: b6987d8d76abf3a0dd88a9ab397e09e0d8c938d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-utils_ResourceManager.hpp,v 1.1 2013/06/16 20:40:40 joerg Exp $

--- utils/ResourceManager.hpp.orig	2013-04-30 12:13:05.000000000 +0000
+++ utils/ResourceManager.hpp
@@ -71,7 +71,7 @@ private:
     string _openFilename;
     ifstream _infile;
     ziStream *_activeInput;
-    hash_map< const string, DirectoryEntry*, hash<const string>, equal_to<const string> > _dirEntryMap;
+    hash_map<const string, DirectoryEntry*, ::HASH_NAMESPACE::hash<const string>, equal_to<const string> > _dirEntryMap;
     string::size_type _baseLen;
 };