summaryrefslogtreecommitdiffstats
path: root/subsurface-core/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-core/helpers.h')
-rw-r--r--subsurface-core/helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-core/helpers.h b/subsurface-core/helpers.h
index 44f25f5fa..f88da015c 100644
--- a/subsurface-core/helpers.h
+++ b/subsurface-core/helpers.h
@@ -19,7 +19,7 @@ QString get_weight_unit();
QString get_cylinder_used_gas_string(cylinder_t *cyl, bool showunit = false);
QString get_temperature_string(temperature_t temp, bool showunit = false);
QString get_temp_unit();
-QString get_volume_string(volume_t volume, bool showunit = false, int mbar = 0);
+QString get_volume_string(volume_t volume, bool showunit = false);
QString get_volume_unit();
QString get_pressure_string(pressure_t pressure, bool showunit = false);
QString get_pressure_unit();