aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/file/base_file_entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/base/file/base_file_entry.cpp')
-rw-r--r--engines/wintermute/base/file/base_file_entry.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/base/file/base_file_entry.cpp b/engines/wintermute/base/file/base_file_entry.cpp
index a08d55db43..82ddf7c90e 100644
--- a/engines/wintermute/base/file/base_file_entry.cpp
+++ b/engines/wintermute/base/file/base_file_entry.cpp
@@ -32,7 +32,7 @@
#include "common/substream.h"
#include "common/zlib.h"
-namespace WinterMute {
+namespace Wintermute {
Common::SeekableReadStream *BaseFileEntry::createReadStream() const {
Common::SeekableReadStream *file = _package->getFilePointer();
@@ -70,4 +70,4 @@ BaseFileEntry::~BaseFileEntry() {
_package = NULL; // ref only
}
-} // end of namespace WinterMute
+} // end of namespace Wintermute