summaryrefslogtreecommitdiffstats
path: root/src/common/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/event.h')
-rw-r--r--src/common/event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/event.h b/src/common/event.h
index b9690e4..e2ec120 100644
--- a/src/common/event.h
+++ b/src/common/event.h
@@ -617,8 +617,8 @@ public:
void Flush();
void MakeEvent(Event &event, EventMsg msg);
- BOOL AddEvent(const Event &event);
- BOOL GetEvent(Event &event);
+ bool AddEvent(const Event &event);
+ bool GetEvent(Event &event);
protected: