From 697fbdabf10d956e0f13bfbc9414d3db40f0c535 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 10 Jun 2012 15:28:12 +0200 Subject: BOOL -> bool; additional fixes in constructors/destructors --- src/ui/check.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/check.h') 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(); -- cgit v1.2.3-1-g7c22