aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.h
diff options
context:
space:
mode:
Diffstat (limited to 'scatterplot.h')
-rw-r--r--scatterplot.h2
1 files changed, 1 insertions, 1 deletions
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<float> m_sx, m_sy;
enum InteractionState {
INTERACTION_NONE,