aboutsummaryrefslogtreecommitdiff
path: root/common/file.cpp
diff options
context:
space:
mode:
authorMax Horn2008-06-11 06:00:56 +0000
committerMax Horn2008-06-11 06:00:56 +0000
commitfefad792495e0fbd45d120a83b19090e3b7a0cf3 (patch)
tree46ac6184d0bac1cbd2488a3ea1c5d665b3f0ac3d /common/file.cpp
parent41ee9025ca1b88bdb5410dd87dfe8c90aadb8731 (diff)
downloadscummvm-rg350-fefad792495e0fbd45d120a83b19090e3b7a0cf3.tar.gz
scummvm-rg350-fefad792495e0fbd45d120a83b19090e3b7a0cf3.tar.bz2
scummvm-rg350-fefad792495e0fbd45d120a83b19090e3b7a0cf3.zip
No need to specify CaseSensitiveString_Hash explicitly anymore
svn-id: r32663
Diffstat (limited to 'common/file.cpp')
-rw-r--r--common/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/file.cpp b/common/file.cpp
index 4a7aed0e3d..386777e2c5 100644
--- a/common/file.cpp
+++ b/common/file.cpp
@@ -136,7 +136,7 @@
namespace Common {
-typedef HashMap<String, int, CaseSensitiveString_Hash, CaseSensitiveString_EqualTo> StringIntMap;
+typedef HashMap<String, int> StringIntMap;
// The following two objects could be turned into static members of class
// File. However, then we would be forced to #include hashmap in file.h