summaryrefslogtreecommitdiffstats
path: root/subsurface-core/pref.h
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-core/pref.h')
-rw-r--r--subsurface-core/pref.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/subsurface-core/pref.h b/subsurface-core/pref.h
index 9f5f587e2..348dcfbf2 100644
--- a/subsurface-core/pref.h
+++ b/subsurface-core/pref.h
@@ -123,6 +123,8 @@ struct preferences {
geocoding_prefs_t geocoding;
enum deco_mode deco_mode;
short conservatism_level;
+ int time_threshold;
+ int distance_threshold;
};
enum unit_system_values {
METRIC,