diff options
-rw-r--r-- | profile-widget/divecartesianaxis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile-widget/divecartesianaxis.h b/profile-widget/divecartesianaxis.h index 52f65c726..ddd9454dd 100644 --- a/profile-widget/divecartesianaxis.h +++ b/profile-widget/divecartesianaxis.h @@ -81,7 +81,7 @@ public: private: QString textForValue(double value) const override; QColor colorForValue(double value) const override; - int unitSystem; + units::LENGTH unitSystem; private slots: void settingsChanged(); |