summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autojostle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autojostle.h')
-rw-r--r--src/object/auto/autojostle.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/object/auto/autojostle.h b/src/object/auto/autojostle.h
index 7b700ad..3822421 100644
--- a/src/object/auto/autojostle.h
+++ b/src/object/auto/autojostle.h
@@ -37,7 +37,9 @@ public:
bool EventProcess(const Event &event);
Error IsEnded();
-protected:
+private:
+ // Overriden to avoid warning about hiding virtual function
+ virtual void Start(int param) override;
protected:
float m_force;