summaryrefslogtreecommitdiffstats
path: root/src/common/event.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-06-10 15:28:12 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-06-10 15:28:12 +0200
commit697fbdabf10d956e0f13bfbc9414d3db40f0c535 (patch)
treeab80ba3119d07b11da5478009b905edb702c103f /src/common/event.h
parent680af178196217bdd255d2bc851f240983144ac1 (diff)
downloadcolobot-697fbdabf10d956e0f13bfbc9414d3db40f0c535.tar.gz
colobot-697fbdabf10d956e0f13bfbc9414d3db40f0c535.tar.bz2
colobot-697fbdabf10d956e0f13bfbc9414d3db40f0c535.zip
BOOL -> bool; additional fixes in constructors/destructors
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: