summaryrefslogtreecommitdiffstats
path: root/core/planner.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/planner.h')
-rw-r--r--core/planner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/planner.h b/core/planner.h
index 3298d7ddb..919fddac8 100644
--- a/core/planner.h
+++ b/core/planner.h
@@ -24,7 +24,7 @@ extern bool diveplan_empty(struct diveplan *diveplan);
extern void free_dps(struct diveplan *diveplan);
extern struct dive *planned_dive;
extern char *cache_data;
-extern const char *disclaimer;
+extern char *disclaimer;
extern double plangflow, plangfhigh;
#ifdef __cplusplus