summaryrefslogtreecommitdiffstats
path: root/Project/Divider.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Divider.h')
-rw-r--r--Project/Divider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Divider.h b/Project/Divider.h
index 59b7309..d31828d 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);
virtual Element* GetCopy();
};