diff options
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/dive.h b/core/dive.h index 95623d653..1e5ca873d 100644 --- a/core/dive.h +++ b/core/dive.h @@ -172,6 +172,7 @@ struct dive { bool selected; bool hidden_by_filter; struct full_text_cache *full_text; /* word cache for full text search */ + bool invalid; }; /* For the top-level list: an entry is either a dive or a trip */ |