aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/dive.h')
-rw-r--r--core/dive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dive.h b/core/dive.h
index c46b9d64a..6fb1509b4 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -362,7 +362,7 @@ struct dive_components {
unsigned int weights : 1;
};
-extern struct event *get_next_divemodechange(struct event **evd);
+extern struct event *get_next_divemodechange(struct event **evd, bool update_pointer);
extern enum dive_comp_type get_divemode_at_time(struct divecomputer *dc, int dtime, struct event **ev_dmc);
/* picture list and methods related to dive picture handling */