diff options
Diffstat (limited to 'qt-gui.cpp')
-rw-r--r-- | qt-gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-gui.cpp b/qt-gui.cpp index f342e20e1..3e898b979 100644 --- a/qt-gui.cpp +++ b/qt-gui.cpp @@ -286,7 +286,7 @@ QString get_temp_unit() return QString(UTF8_DEGREE "F"); } -QString get_volume_string(volume_t volume, bool showunit, unsigned int mbar) +QString get_volume_string(volume_t volume, bool showunit, int mbar) { if (prefs.units.volume == units::LITER) { double liter = volume.mliter / 1000.0; |