summaryrefslogtreecommitdiffstats
path: root/src/ui/key.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/key.h')
-rw-r--r--src/ui/key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/key.h b/src/ui/key.h
index c3f46fd..ebca010 100644
--- a/src/ui/key.h
+++ b/src/ui/key.h
@@ -32,7 +32,7 @@ public:
CKey(CInstanceManager* iMan);
virtual ~CKey();
- bool Create(FPOINT pos, FPOINT dim, int icon, EventMsg eventMsg);
+ bool Create(Math::Point pos, Math::Point dim, int icon, EventMsg eventMsg);
bool EventProcess(const Event &event);