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