summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autohuston.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autohuston.h')
-rw-r--r--src/object/auto/autohuston.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/object/auto/autohuston.h b/src/object/auto/autohuston.h
index 8e26aa1..32954f7 100644
--- a/src/object/auto/autohuston.h
+++ b/src/object/auto/autohuston.h
@@ -53,15 +53,15 @@ public:
CAutoHuston(CInstanceManager* iMan, CObject* object);
~CAutoHuston();
- void DeleteObject(BOOL bAll=FALSE);
+ void DeleteObject(bool bAll=false);
void Init();
void Start(int param);
- BOOL EventProcess(const Event &event);
- BOOL Abort();
+ bool EventProcess(const Event &event);
+ bool Abort();
Error RetError();
- BOOL CreateInterface(BOOL bSelect);
+ bool CreateInterface(bool bSelect);
protected: