summaryrefslogtreecommitdiffstats
path: root/src/ui/shortcut.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/shortcut.h')
-rw-r--r--src/ui/shortcut.h4
1 files changed, 2 insertions, 2 deletions
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();