From e7a02388c96b8f5815497acb7b2671cfe7b3e88e Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Wed, 30 Mar 2016 15:11:34 -0300 Subject: Scatterplot: added dtor and handled corner case of quadtree init. --- scatterplot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scatterplot.h') diff --git a/scatterplot.h b/scatterplot.h index 7228498..468ef13 100644 --- a/scatterplot.h +++ b/scatterplot.h @@ -21,6 +21,7 @@ public: static const int PADDING = 20; Scatterplot(QQuickItem *parent = 0); + virtual ~Scatterplot(); arma::mat XY() const; void setColorScale(const ColorScale *colorScale); -- cgit v1.2.3