summaryrefslogtreecommitdiffstats
path: root/src/ui/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/color.h')
-rw-r--r--src/ui/color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/color.h b/src/ui/color.h
index 86d9434..041c7d2 100644
--- a/src/ui/color.h
+++ b/src/ui/color.h
@@ -33,7 +33,7 @@ public:
CColor(CInstanceManager* iMan);
virtual ~CColor();
- 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);