From 38b3e2decff95f5e29ffb6025ee899d108d22f04 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 4 Apr 2017 18:10:12 -0300 Subject: Gain implemented Implement io: https://ideone.com/0HDBVd --- Project/Exponential.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/Exponential.h') diff --git a/Project/Exponential.h b/Project/Exponential.h index d1744f5..ab86ebb 100644 --- a/Project/Exponential.h +++ b/Project/Exponential.h @@ -19,7 +19,7 @@ public: virtual void UpdatePoints(); - virtual double GetValues(double& aValue, double &bValue); + virtual void GetValues(double& aValue, double &bValue); virtual void SetValues(double aValue, double bValue); protected: -- cgit