diff options
Diffstat (limited to 'stats/barseries.cpp')
-rw-r--r-- | stats/barseries.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stats/barseries.cpp b/stats/barseries.cpp index 3220bbd1a..0f931e367 100644 --- a/stats/barseries.cpp +++ b/stats/barseries.cpp @@ -411,7 +411,7 @@ void BarSeries::unhighlight() highlighted = Index(); } -bool BarSeries::selectItemsUnderMouse(const QPointF &pos, bool) +bool BarSeries::selectItemsUnderMouse(const QPointF &pos, SelectionModifier) { Index index = getItemUnderMouse(pos); if (index.bar < 0) { |