summaryrefslogtreecommitdiffstats
path: root/src/ui/shortcut.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/shortcut.h')
-rw-r--r--src/ui/shortcut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/shortcut.h b/src/ui/shortcut.h
index 0b36c84..528afd2 100644
--- a/src/ui/shortcut.h
+++ b/src/ui/shortcut.h
@@ -32,7 +32,7 @@ public:
CShortcut(CInstanceManager* iMan);
~CShortcut();
- 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);