From fefad792495e0fbd45d120a83b19090e3b7a0cf3 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 11 Jun 2008 06:00:56 +0000 Subject: No need to specify CaseSensitiveString_Hash explicitly anymore svn-id: r32663 --- engines/agi/detection.cpp | 2 +- engines/cine/cine.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index f526c51a27..cd6942f9c0 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -2148,7 +2148,7 @@ bool AgiMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common: } const Common::ADGameDescription *AgiMetaEngine::fallbackDetect(const FSList *fslist) const { - typedef Common::HashMap IntMap; + typedef Common::HashMap IntMap; IntMap allFiles; bool matchedUsingFilenames = false; bool matchedUsingWag = false; diff --git a/engines/cine/cine.h b/engines/cine/cine.h index 7ce5231446..710840c17e 100644 --- a/engines/cine/cine.h +++ b/engines/cine/cine.h @@ -64,7 +64,7 @@ enum CineGameFeatures { struct CINEGameDescription; -typedef Common::HashMap StringPtrHashMap; +typedef Common::HashMap StringPtrHashMap; class CineEngine : public Engine { -- cgit v1.2.3