From a184000e2086c0d86d5aef20d715f5e884a63ff3 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Wed, 16 Dec 2015 14:00:08 +0100 Subject: Scale & LinearScale are now template classes. --- scatterplot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scatterplot.cpp') 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 rx = m_sx; + LinearScale ry = m_sy; m_sy.inverse(); m_sx.inverse(); -- cgit v1.2.3