diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-01-10 17:33:20 +0100 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2018-01-10 21:25:02 +0100 |
commit | 85ac3106e6ed1e9620a6fd05e207ae2c9d8e762e (patch) | |
tree | 4fb405211e5265043c63e24a7f34ee7bd1e0cc0d /profile-widget/profilewidget2.cpp | |
parent | d9ac716162c8248b60c8407ae8fd2b08cdde58a3 (diff) | |
download | subsurface-85ac3106e6ed1e9620a6fd05e207ae2c9d8e762e.tar.gz |
Typo: indice -> index
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'profile-widget/profilewidget2.cpp')
-rw-r--r-- | profile-widget/profilewidget2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile-widget/profilewidget2.cpp b/profile-widget/profilewidget2.cpp index 1fb4f5f7e..3dd595caa 100644 --- a/profile-widget/profilewidget2.cpp +++ b/profile-widget/profilewidget2.cpp @@ -355,7 +355,7 @@ void ProfileWidget2::replot(struct dive *d) plotDive(d, true); } -void ProfileWidget2::createPPGas(PartialPressureGasItem *item, int verticalColumn, color_indice_t color, color_indice_t colorAlert, +void ProfileWidget2::createPPGas(PartialPressureGasItem *item, int verticalColumn, color_index_t color, color_index_t colorAlert, double *thresholdSettingsMin, double *thresholdSettingsMax) { setupItem(item, gasYAxis, verticalColumn, DivePlotDataModel::TIME, 0); |