summaryrefslogtreecommitdiffstats
path: root/stats/barseries.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'stats/barseries.cpp')
-rw-r--r--stats/barseries.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/stats/barseries.cpp b/stats/barseries.cpp
index a501ddea9..ad956c454 100644
--- a/stats/barseries.cpp
+++ b/stats/barseries.cpp
@@ -406,7 +406,7 @@ void BarSeries::unhighlight()
highlighted = Index();
}
-void BarSeries::selectItemsUnderMouse(const QPointF &pos)
+void BarSeries::selectItemsUnderMouse(const QPointF &pos, bool)
{
Index index = getItemUnderMouse(pos);
if (index.bar < 0)