summaryrefslogtreecommitdiffstats
path: root/src/ui/check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/check.h')
-rw-r--r--src/ui/check.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/check.h b/src/ui/check.h
index 24c58f3..3af6849 100644
--- a/src/ui/check.h
+++ b/src/ui/check.h
@@ -32,7 +32,7 @@ public:
CCheck(CInstanceManager* iMan);
virtual ~CCheck();
- 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);