diff options
Diffstat (limited to 'stats/statsseries.cpp')
-rw-r--r-- | stats/statsseries.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stats/statsseries.cpp b/stats/statsseries.cpp index 379628fe1..08d0c031d 100644 --- a/stats/statsseries.cpp +++ b/stats/statsseries.cpp @@ -22,6 +22,6 @@ bool StatsSeries::supportsLassoSelection() const return false; } -void StatsSeries::selectItemsInRect(const QRectF &, bool, const std::vector<dive *> &) +void StatsSeries::selectItemsInRect(const QRectF &, SelectionModifier, const std::vector<dive *> &) { } |