diff options
Diffstat (limited to 'profile-widget/diveprofileitem.h')
-rw-r--r-- | profile-widget/diveprofileitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile-widget/diveprofileitem.h b/profile-widget/diveprofileitem.h index 38c489a28..a42de0442 100644 --- a/profile-widget/diveprofileitem.h +++ b/profile-widget/diveprofileitem.h @@ -133,7 +133,7 @@ public: private: QString visibilityKey; int tissueIndex; - QColor ColorScale(double value); + QColor ColorScale(double value, int inert); }; |