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/key.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ui/key.h') diff --git a/src/ui/key.h b/src/ui/key.h index bda1a3d..c3f46fd 100644 --- a/src/ui/key.h +++ b/src/ui/key.h @@ -32,9 +32,9 @@ public: CKey(CInstanceManager* iMan); virtual ~CKey(); - 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(); @@ -42,11 +42,11 @@ public: int RetKey(int option); protected: - BOOL TestKey(int key); + bool TestKey(int key); protected: int m_key[2]; - BOOL m_bCatch; + bool m_bCatch; }; -- cgit v1.2.3-1-g7c22