summaryrefslogtreecommitdiffstats
path: root/Project/Gain.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Gain.h')
-rw-r--r--Project/Gain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Gain.h b/Project/Gain.h
index b2552fc..bb9c3ce 100644
--- a/Project/Gain.h
+++ b/Project/Gain.h
@@ -25,7 +25,7 @@ class Gain : public ControlElement
virtual double GetValue() const { return m_value; }
virtual void UpdatePoints();
- virtual bool Solve(double input);
+ virtual bool Solve(double input, double timeStep);
protected:
double m_value = 1.0;