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

--- game/ParticleGroup.cpp.orig	2013-06-15 10:08:37.000000000 +0000
+++ game/ParticleGroup.cpp
@@ -17,7 +17,7 @@
 #include <ParticleGroup.hpp>
 #include <FindHash.hpp>
 
-hash_map< const string, ParticleType*, hash<const string>, equal_to<const string> > 
+hash_map< const string, ParticleType*, HASH_NAMESPACE::hash<const string>, equal_to<const string> > 
     ParticleGroup::_particleTypeMap;
 
 ParticleGroup::ParticleGroup( const string &groupName, int numParticles):