aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/font/base_font_bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/base/font/base_font_bitmap.h')
-rw-r--r--engines/wintermute/base/font/base_font_bitmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/base/font/base_font_bitmap.h b/engines/wintermute/base/font/base_font_bitmap.h
index fb992d2e9a..0b873855bb 100644
--- a/engines/wintermute/base/font/base_font_bitmap.h
+++ b/engines/wintermute/base/font/base_font_bitmap.h
@@ -32,7 +32,7 @@
#include "engines/wintermute/base/font/base_font.h"
-namespace WinterMute {
+namespace Wintermute {
class BaseSubFrame;
class BaseFontBitmap : public BaseFont {
public:
@@ -66,6 +66,6 @@ private:
};
-} // end of namespace WinterMute
+} // end of namespace Wintermute
#endif