summaryrefslogtreecommitdiffstats
path: root/core/gaspressures.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/gaspressures.h')
-rw-r--r--core/gaspressures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gaspressures.h b/core/gaspressures.h
index 6444ec93b..a2d764816 100644
--- a/core/gaspressures.h
+++ b/core/gaspressures.h
@@ -6,7 +6,7 @@
extern "C" {
#endif
-void populate_pressure_information(struct dive *, struct divecomputer *, struct plot_info *, int);
+void populate_pressure_information(const struct dive *, const struct divecomputer *, struct plot_info *, int);
#ifdef __cplusplus
}