diff options
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |