aboutsummaryrefslogtreecommitdiffstats
path: root/stats/boxseries.h
diff options
context:
space:
mode:
Diffstat (limited to 'stats/boxseries.h')
-rw-r--r--stats/boxseries.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stats/boxseries.h b/stats/boxseries.h
index 75e6cfa49..f7bf21183 100644
--- a/stats/boxseries.h
+++ b/stats/boxseries.h
@@ -53,6 +53,7 @@ private:
ChartItemPtr<InformationBox> information;
std::vector<std::unique_ptr<Item>> items;
int highlighted; // -1: no item highlighted
+ int lastClicked; // -1: no item clicked
void divesSelected(const QVector<dive *> &) override;
};