summaryrefslogtreecommitdiffstats
path: root/Project/Multiplier.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Multiplier.h')
-rw-r--r--Project/Multiplier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Multiplier.h b/Project/Multiplier.h
index 57efe39..19fca71 100644
--- a/Project/Multiplier.h
+++ b/Project/Multiplier.h
@@ -19,7 +19,7 @@ class Multiplier : public ControlElement
virtual void UpdatePoints();
- virtual bool Solve(double input);
+ virtual bool Solve(double input, double timeStep);
};
#endif // MULTIPLIER_H