summaryrefslogtreecommitdiffstats
path: root/src/ui/check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/check.h')
-rw-r--r--src/ui/check.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/check.h b/src/ui/check.h
index c0f11cf..8bb2c9c 100644
--- a/src/ui/check.h
+++ b/src/ui/check.h
@@ -32,9 +32,9 @@ public:
CCheck(CInstanceManager* iMan);
virtual ~CCheck();
- 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();