summaryrefslogtreecommitdiffstats
path: root/Project/Exponential.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Exponential.cpp')
-rw-r--r--Project/Exponential.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Exponential.cpp b/Project/Exponential.cpp
index 18fef19..cb9dfd8 100644
--- a/Project/Exponential.cpp
+++ b/Project/Exponential.cpp
@@ -100,7 +100,7 @@ void Exponential::UpdatePoints()
}
}
-double Exponential::GetValues(double& aValue, double& bValue)
+void Exponential::GetValues(double& aValue, double& bValue)
{
aValue = m_aValue;
bValue = m_bValue;