summaryrefslogtreecommitdiffstats
path: root/src/ui/editvalue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/editvalue.h')
-rw-r--r--src/ui/editvalue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/editvalue.h b/src/ui/editvalue.h
index a05224f..1b45df9 100644
--- a/src/ui/editvalue.h
+++ b/src/ui/editvalue.h
@@ -42,10 +42,10 @@ public:
CEditValue(CInstanceManager* iMan);
virtual ~CEditValue();
- bool Create(FPOINT pos, FPOINT dim, int icon, EventMsg eventMsg);
+ bool Create(Math::Point pos, Math::Point dim, int icon, EventMsg eventMsg);
- void SetPos(FPOINT pos);
- void SetDim(FPOINT dim);
+ void SetPos(Math::Point pos);
+ void SetDim(Math::Point dim);
bool EventProcess(const Event &event);
void Draw();