summaryrefslogtreecommitdiffstats
path: root/subsurface-core/devicedetails.h
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-core/devicedetails.h')
-rw-r--r--subsurface-core/devicedetails.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/subsurface-core/devicedetails.h b/subsurface-core/devicedetails.h
index 0d929c018..b5e59afe8 100644
--- a/subsurface-core/devicedetails.h
+++ b/subsurface-core/devicedetails.h
@@ -92,6 +92,10 @@ public:
bool graphicalSpeedIndicator;
bool alwaysShowppO2;
int tempSensorOffset;
+ unsigned safetyStopLength;
+ unsigned safetyStopStartDepth;
+ unsigned safetyStopEndDepth;
+ unsigned safetyStopResetDepth;
};