summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index 43c322e63..70c418706 100644
--- a/dive.h
+++ b/dive.h
@@ -306,7 +306,8 @@ struct dive {
tripflag_t tripflag;
dive_trip_t *divetrip;
struct dive *next, **pprev;
- int selected;
+ bool selected;
+ bool hidden_by_filter;
bool downloaded;
timestamp_t when;
char *location;