summaryrefslogtreecommitdiffstats
path: root/src/ui/gauge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/gauge.h')
-rw-r--r--src/ui/gauge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/gauge.h b/src/ui/gauge.h
index e4ec692..2fef15b 100644
--- a/src/ui/gauge.h
+++ b/src/ui/gauge.h
@@ -32,9 +32,9 @@ public:
CGauge(CInstanceManager* iMan);
virtual ~CGauge();
- BOOL Create(FPOINT pos, FPOINT dim, int icon, EventMsg eventMsg);
+ bool Create(FPOINT pos, FPOINT dim, int icon, EventMsg eventMsg);
- BOOL EventProcess(const Event &event);
+ bool EventProcess(const Event &event);
void Draw();