summaryrefslogtreecommitdiffstats
path: root/Project/Limiter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Limiter.h')
-rw-r--r--Project/Limiter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Limiter.h b/Project/Limiter.h
index 396ae16..c9f160b 100644
--- a/Project/Limiter.h
+++ b/Project/Limiter.h
@@ -40,7 +40,7 @@ class Limiter : public ControlElement
virtual bool Intersects(wxRect2DDouble rect) const { return m_rect.Intersects(rect); }
virtual bool ShowForm(wxWindow* parent, Element* element);
virtual void Rotate(bool clockwise = true);
- virtual bool Solve(double input, double timeStep);
+ virtual bool Solve(double input, double timeStep, double currentTime);
virtual void UpdatePoints();