summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autoflag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autoflag.h')
-rw-r--r--src/object/auto/autoflag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/auto/autoflag.h b/src/object/auto/autoflag.h
index 654f7a2..c52a25a 100644
--- a/src/object/auto/autoflag.h
+++ b/src/object/auto/autoflag.h
@@ -38,11 +38,11 @@ public:
CAutoFlag(CInstanceManager* iMan, CObject* object);
~CAutoFlag();
- void DeleteObject(BOOL bAll=FALSE);
+ void DeleteObject(bool bAll=false);
void Init();
void Start(int param);
- BOOL EventProcess(const Event &event);
+ bool EventProcess(const Event &event);
Error RetError();
protected: