aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/utils/string_util.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-08-13 03:42:30 +0200
committerEinar Johan Trøan Sømåen2012-08-13 03:42:30 +0200
commitfed19cb66ae5b56dd7dc81b90edd5a0d15986678 (patch)
treed1c3a237aa6b421aedea2cb3bab88b8689dea4a1 /engines/wintermute/utils/string_util.h
parentddfa227b939d922f738f932997b70110453068cf (diff)
downloadscummvm-rg350-fed19cb66ae5b56dd7dc81b90edd5a0d15986678.tar.gz
scummvm-rg350-fed19cb66ae5b56dd7dc81b90edd5a0d15986678.tar.bz2
scummvm-rg350-fed19cb66ae5b56dd7dc81b90edd5a0d15986678.zip
WINTERMUTE: WinterMute -> Wintermute
Diffstat (limited to 'engines/wintermute/utils/string_util.h')
-rw-r--r--engines/wintermute/utils/string_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/utils/string_util.h b/engines/wintermute/utils/string_util.h
index 582007917d..581ffc2ed4 100644
--- a/engines/wintermute/utils/string_util.h
+++ b/engines/wintermute/utils/string_util.h
@@ -31,7 +31,7 @@
#include "engines/wintermute/dctypes.h"
-namespace WinterMute {
+namespace Wintermute {
class StringUtil {
public:
@@ -51,6 +51,6 @@ public:
static AnsiString toString(int val);
};
-} // end of namespace WinterMute
+} // end of namespace Wintermute
#endif // WINTERMUTE_STRINGUTIL_H