diff options
Diffstat (limited to 'Project/Gain.cpp')
-rw-r--r-- | Project/Gain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Gain.cpp b/Project/Gain.cpp index 5f65c0c..d2106d7 100644 --- a/Project/Gain.cpp +++ b/Project/Gain.cpp @@ -168,7 +168,7 @@ void Gain::Move(wxPoint2DDouble position) UpdatePoints(); } -bool Gain::Solve(double input) +bool Gain::Solve(double input, double timeStep) { m_output = input * m_value; return true; |