summaryrefslogtreecommitdiffstats
path: root/Project/Divider.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-12-20 20:45:35 -0200
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-12-20 20:45:35 -0200
commitc6d815b6b11504be68d7a97df63cfef749624418 (patch)
tree750161c22282c781ab9c62fec84c8de50dfb230f /Project/Divider.h
parent54bb80251432ff49c967115f8401e7dafc5c57d6 (diff)
downloadPSP.git-c6d815b6b11504be68d7a97df63cfef749624418.tar.gz
PSP.git-c6d815b6b11504be68d7a97df63cfef749624418.tar.xz
PSP.git-c6d815b6b11504be68d7a97df63cfef749624418.zip
Math expr GUI implemented
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..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();
};