aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ad/ad_path_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/ad/ad_path_point.h')
-rw-r--r--engines/wintermute/ad/ad_path_point.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/ad/ad_path_point.h b/engines/wintermute/ad/ad_path_point.h
index ea0a5795d0..8201750cef 100644
--- a/engines/wintermute/ad/ad_path_point.h
+++ b/engines/wintermute/ad/ad_path_point.h
@@ -32,7 +32,7 @@
#include "engines/wintermute/persistent.h"
#include "engines/wintermute/base/base_point.h"
-namespace WinterMute {
+namespace Wintermute {
class AdPathPoint : public BasePoint {
public:
@@ -45,6 +45,6 @@ public:
int _distance;
};
-} // end of namespace WinterMute
+} // end of namespace Wintermute
#endif