aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-03-30 15:11:34 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2016-03-30 15:11:34 -0300
commite7a02388c96b8f5815497acb7b2671cfe7b3e88e (patch)
tree1b50dd3278c7e1636cd83dff92212924dd1c6325 /scatterplot.h
parent5f23b94dd70a75743901c1da4b3f37cc1fdd4c04 (diff)
Scatterplot: added dtor and handled corner case of quadtree init.
Diffstat (limited to 'scatterplot.h')
-rw-r--r--scatterplot.h1
1 files changed, 1 insertions, 0 deletions
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);