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/object/auto/autolabo.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/object/auto/autolabo.h') diff --git a/src/object/auto/autolabo.h b/src/object/auto/autolabo.h index 0b1e91b..53faa0a 100644 --- a/src/object/auto/autolabo.h +++ b/src/object/auto/autolabo.h @@ -52,21 +52,21 @@ public: CAutoLabo(CInstanceManager* iMan, CObject* object); ~CAutoLabo(); - void DeleteObject(BOOL bAll=FALSE); + void DeleteObject(bool bAll=false); void Init(); - BOOL EventProcess(const Event &event); + bool EventProcess(const Event &event); Error RetError(); - BOOL CreateInterface(BOOL bSelect); + bool CreateInterface(bool bSelect); - BOOL Write(char *line); - BOOL Read(char *line); + bool Write(char *line); + bool Read(char *line); protected: void UpdateInterface(); void OkayButton(CWindow *pw, EventMsg event); - BOOL TestResearch(EventMsg event); + bool TestResearch(EventMsg event); void SetResearch(EventMsg event); void SoundManip(float time, float amplitude, float frequency); -- cgit v1.2.3-1-g7c22