diff options
author | Max Horn | 2008-02-02 11:52:04 +0000 |
---|---|---|
committer | Max Horn | 2008-02-02 11:52:04 +0000 |
commit | 34b35348be77d8cccbea5ac858df5d1bde3008cb (patch) | |
tree | 7d28b2fc15e184754b3a2a6585f902c592cdf28e /common | |
parent | 22ca167b3d6af9b89f388c6e23b9b96233b50a2d (diff) | |
download | scummvm-rg350-34b35348be77d8cccbea5ac858df5d1bde3008cb.tar.gz scummvm-rg350-34b35348be77d8cccbea5ac858df5d1bde3008cb.tar.bz2 scummvm-rg350-34b35348be77d8cccbea5ac858df5d1bde3008cb.zip |
Moved AdvancedMetaEngine to namespace Common
svn-id: r30736
Diffstat (limited to 'common')
-rw-r--r-- | common/advancedDetector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/advancedDetector.h b/common/advancedDetector.h index 484eb84e28..1197c5a20a 100644 --- a/common/advancedDetector.h +++ b/common/advancedDetector.h @@ -272,8 +272,6 @@ void reportUnknown(StringList &files, int md5Bytes); } \ void dummyFuncToAllowTrailingSemicolon() -} // End of namespace Common - /** * A MetaEngine implementation based around the advanced detector code. */ @@ -311,4 +309,6 @@ protected: } }; +} // End of namespace Common + #endif |