diff options
Diffstat (limited to 'core/divelist.h')
-rw-r--r-- | core/divelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/divelist.h b/core/divelist.h index ed648793f..538f4215b 100644 --- a/core/divelist.h +++ b/core/divelist.h @@ -12,7 +12,7 @@ extern "C" { struct dive; extern void update_cylinder_related_info(struct dive *); -extern void mark_divelist_changed(int); +extern void mark_divelist_changed(bool); extern int unsaved_changes(void); extern void remove_autogen_trips(void); extern int init_decompression(struct deco_state *ds, struct dive *dive); |