aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scatterplot.cpp')
-rw-r--r--scatterplot.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scatterplot.cpp b/scatterplot.cpp
index d8a7b5e..dd1f266 100644
--- a/scatterplot.cpp
+++ b/scatterplot.cpp
@@ -381,8 +381,8 @@ void Scatterplot::applyManipulation()
{
m_sx.inverse();
m_sy.inverse();
- LinearScale rx = m_sx;
- LinearScale ry = m_sy;
+ LinearScale<float> rx = m_sx;
+ LinearScale<float> ry = m_sy;
m_sy.inverse();
m_sx.inverse();