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