summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autojostle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autojostle.cpp')
-rw-r--r--src/object/auto/autojostle.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/object/auto/autojostle.cpp b/src/object/auto/autojostle.cpp
index 788b562..11952c2 100644
--- a/src/object/auto/autojostle.cpp
+++ b/src/object/auto/autojostle.cpp
@@ -23,8 +23,7 @@
// Object's constructor.
-CAutoJostle::CAutoJostle(CInstanceManager* iMan, CObject* object)
- : CAuto(iMan, object)
+CAutoJostle::CAutoJostle(CObject* object) : CAuto(object)
{
Init();
}