summaryrefslogtreecommitdiffstats
path: root/Project/Gain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Gain.cpp')
-rw-r--r--Project/Gain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Gain.cpp b/Project/Gain.cpp
index 8851863..701b470 100644
--- a/Project/Gain.cpp
+++ b/Project/Gain.cpp
@@ -175,7 +175,7 @@ void Gain::Move(wxPoint2DDouble position)
UpdatePoints();
}
-bool Gain::Solve(double input, double timeStep)
+bool Gain::Solve(double input, double timeStep, double currentTime)
{
m_output = input * m_value;
return true;