aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ui/ui_text.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/ui/ui_text.h')
-rw-r--r--engines/wintermute/ui/ui_text.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/ui/ui_text.h b/engines/wintermute/ui/ui_text.h
index ee2e63c448..54817ccf52 100644
--- a/engines/wintermute/ui/ui_text.h
+++ b/engines/wintermute/ui/ui_text.h
@@ -32,7 +32,7 @@
#include "engines/wintermute/ui/ui_object.h"
-namespace WinterMute {
+namespace Wintermute {
class UIText : public UIObject {
private:
@@ -55,6 +55,6 @@ public:
virtual const char *scToString();
};
-} // end of namespace WinterMute
+} // end of namespace Wintermute
#endif