summaryrefslogtreecommitdiffstats
path: root/src/ui/compass.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/compass.h')
-rw-r--r--src/ui/compass.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/compass.h b/src/ui/compass.h
index 0014f3d..ac5f608 100644
--- a/src/ui/compass.h
+++ b/src/ui/compass.h
@@ -22,7 +22,7 @@
#include "ui/control.h"
-class CD3DEngine;
+//class CEngine;
@@ -32,7 +32,7 @@ public:
CCompass(CInstanceManager* iMan);
virtual ~CCompass();
- bool Create(Math::Point pos, Math::Point dim, int icon, EventMsg eventMsg);
+ bool Create(Math::Point pos, Math::Point dim, int icon, EventType eventType);
bool EventProcess(const Event &event);