diff options
Diffstat (limited to 'Project/Divider.h')
-rw-r--r-- | Project/Divider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Divider.h b/Project/Divider.h index 59b7309..6697bf8 100644 --- a/Project/Divider.h +++ b/Project/Divider.h @@ -36,7 +36,7 @@ class Divider : public MathOperation ~Divider(); virtual void DrawSymbol() const; - virtual bool Solve(double input, double timeStep); + virtual bool Solve(double input, double timeStep, double currentTime); virtual Element* GetCopy(); }; |