aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/platform_osystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/platform_osystem.cpp')
-rw-r--r--engines/wintermute/platform_osystem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/platform_osystem.cpp b/engines/wintermute/platform_osystem.cpp
index a1220cfa45..c50645df95 100644
--- a/engines/wintermute/platform_osystem.cpp
+++ b/engines/wintermute/platform_osystem.cpp
@@ -33,7 +33,7 @@
#include "common/textconsole.h"
#include "common/system.h"
-namespace WinterMute {
+namespace Wintermute {
BaseGame *BasePlatform::_gameRef = NULL;
@@ -259,4 +259,4 @@ char *BasePlatform::strlwr(char *string) {
return string;
}
-} // end of namespace WinterMute
+} // end of namespace Wintermute