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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scatterplot.h') diff --git a/scatterplot.h b/scatterplot.h index e909b6a..255649a 100644 --- a/scatterplot.h +++ b/scatterplot.h @@ -51,7 +51,7 @@ private: void animationTick(); arma::mat m_oldXY, m_xy; - LinearScale m_sx, m_sy; + LinearScale m_sx, m_sy; enum InteractionState { INTERACTION_NONE, -- cgit v1.2.3