summaryrefslogtreecommitdiffstats
path: root/stats/boxseries.h
diff options
context:
space:
mode:
Diffstat (limited to 'stats/boxseries.h')
-rw-r--r--stats/boxseries.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stats/boxseries.h b/stats/boxseries.h
index 964e3aec1..43b177619 100644
--- a/stats/boxseries.h
+++ b/stats/boxseries.h
@@ -45,7 +45,7 @@ private:
StatsQuartiles q;
QString binName;
Item(QtCharts::QChart *chart, BoxSeries *series, double lowerBound, double upperBound, const StatsQuartiles &q, const QString &binName);
- void updatePosition(QtCharts::QChart *chart, BoxSeries *series);
+ void updatePosition(BoxSeries *series);
void highlight(bool highlight);
};