summaryrefslogtreecommitdiffstats
path: root/core/trip.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/trip.h')
-rw-r--r--core/trip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/trip.h b/core/trip.h
index c9335fc0a..976275736 100644
--- a/core/trip.h
+++ b/core/trip.h
@@ -17,6 +17,7 @@ typedef struct dive_trip
/* Used by the io-routines to mark trips that have already been written. */
bool saved;
bool autogen;
+ bool selected;
} dive_trip_t;
typedef struct trip_table {