diff options
Diffstat (limited to 'profile-widget/tankitem.h')
-rw-r--r-- | profile-widget/tankitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile-widget/tankitem.h b/profile-widget/tankitem.h index 9890eb93d..eeaaf026f 100644 --- a/profile-widget/tankitem.h +++ b/profile-widget/tankitem.h @@ -14,7 +14,7 @@ class TankItem : public QGraphicsRectItem { public: explicit TankItem(const DiveCartesianAxis &axis); - void setData(struct plot_info *plotInfo, struct dive *d); + void setData(const struct plot_info *plotInfo, const struct dive *d); private: void createBar(int startTime, int stopTime, struct gasmix gas); |