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 e6c16f9..a05224f 100644
--- a/src/ui/editvalue.h
+++ b/src/ui/editvalue.h
@@ -42,18 +42,18 @@ public:
CEditValue(CInstanceManager* iMan);
virtual ~CEditValue();
- BOOL Create(FPOINT pos, FPOINT dim, int icon, EventMsg eventMsg);
+ bool Create(FPOINT pos, FPOINT dim, int icon, EventMsg eventMsg);
void SetPos(FPOINT pos);
void SetDim(FPOINT dim);
- BOOL EventProcess(const Event &event);
+ bool EventProcess(const Event &event);
void Draw();
void SetType(EditValueType type);
EditValueType RetType();
- void SetValue(float value, BOOL bSendMessage=FALSE);
+ void SetValue(float value, bool bSendMessage=false);
float RetValue();
void SetStepValue(float value);