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/shortcut.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/shortcut.h') diff --git a/src/ui/shortcut.h b/src/ui/shortcut.h index 4535e4b..0b36c84 100644 --- a/src/ui/shortcut.h +++ b/src/ui/shortcut.h @@ -32,9 +32,9 @@ public: CShortcut(CInstanceManager* iMan); ~CShortcut(); - 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