aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/scriptables/script_ext_array.cpp
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/base/scriptables/script_ext_array.cpp
parentddfa227b939d922f738f932997b70110453068cf (diff)
downloadscummvm-rg350-fed19cb66ae5b56dd7dc81b90edd5a0d15986678.tar.gz
scummvm-rg350-fed19cb66ae5b56dd7dc81b90edd5a0d15986678.tar.bz2
scummvm-rg350-fed19cb66ae5b56dd7dc81b90edd5a0d15986678.zip
WINTERMUTE: WinterMute -> Wintermute
Diffstat (limited to 'engines/wintermute/base/scriptables/script_ext_array.cpp')
-rw-r--r--engines/wintermute/base/scriptables/script_ext_array.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/base/scriptables/script_ext_array.cpp b/engines/wintermute/base/scriptables/script_ext_array.cpp
index a422d6d8a5..c8d4f64ae9 100644
--- a/engines/wintermute/base/scriptables/script_ext_array.cpp
+++ b/engines/wintermute/base/scriptables/script_ext_array.cpp
@@ -32,7 +32,7 @@
#include "engines/wintermute/system/sys_instance.h"
#include "engines/wintermute/base/scriptables/script_ext_array.h"
-namespace WinterMute {
+namespace Wintermute {
IMPLEMENT_PERSISTENT(SXArray, false)
@@ -249,4 +249,4 @@ bool SXArray::push(ScValue *val) {
return STATUS_OK;
}
-} // end of namespace WinterMute
+} // end of namespace Wintermute