summaryrefslogtreecommitdiff
path: root/games-puzzle/brainparty/files/brainparty-0.61-gnu_cxx-hash.patch
blob: 8d933462673bfd95639915292766023559d9a421 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/WordList.h
+++ b/WordList.h
@@ -35,7 +35,7 @@
 	};
 }
 
-typedef hash_set<string, hash<string> > string_hash_set;
+typedef hash_set<string, __gnu_cxx::hash<string> > string_hash_set;
 
 class WordList {
 private: