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