aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ad/ad_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/ad/ad_path.h')
-rw-r--r--engines/wintermute/ad/ad_path.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/ad/ad_path.h b/engines/wintermute/ad/ad_path.h
index 8622e6757c..b85e1fce7a 100644
--- a/engines/wintermute/ad/ad_path.h
+++ b/engines/wintermute/ad/ad_path.h
@@ -33,7 +33,7 @@
#include "engines/wintermute/coll_templ.h"
#include "engines/wintermute/base/base.h"
-namespace WinterMute {
+namespace Wintermute {
class BasePoint;
class AdPath : public BaseClass {
public:
@@ -51,6 +51,6 @@ public:
bool _ready;
};
-} // end of namespace WinterMute
+} // end of namespace Wintermute
#endif