summaryrefslogtreecommitdiffstats
path: root/core/subsurface-qt/CylinderObjectHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/subsurface-qt/CylinderObjectHelper.h')
-rw-r--r--core/subsurface-qt/CylinderObjectHelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/subsurface-qt/CylinderObjectHelper.h b/core/subsurface-qt/CylinderObjectHelper.h
index f7df7f746..e1e2490e4 100644
--- a/core/subsurface-qt/CylinderObjectHelper.h
+++ b/core/subsurface-qt/CylinderObjectHelper.h
@@ -15,7 +15,7 @@ class CylinderObjectHelper {
Q_PROPERTY(QString endPressure MEMBER endPressure CONSTANT)
Q_PROPERTY(QString gasMix MEMBER gasMix CONSTANT)
public:
- CylinderObjectHelper(cylinder_t *cylinder = NULL);
+ CylinderObjectHelper(const cylinder_t *cylinder = NULL);
QString description;
QString size;
QString workingPressure;