summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autosafe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autosafe.h')
-rw-r--r--src/object/auto/autosafe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/auto/autosafe.h b/src/object/auto/autosafe.h
index 3c0bcce..b575b4e 100644
--- a/src/object/auto/autosafe.h
+++ b/src/object/auto/autosafe.h
@@ -36,7 +36,7 @@ enum AutoSafePhase
class CAutoSafe : public CAuto
{
public:
- CAutoSafe(CInstanceManager* iMan, CObject* object);
+ CAutoSafe(CObject* object);
~CAutoSafe();
void DeleteObject(bool bAll=false);