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