diff options
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 c8dd6df57..5d282fd95 100644 --- a/profile-widget/profilewidget2.cpp +++ b/profile-widget/profilewidget2.cpp @@ -2231,7 +2231,7 @@ void ProfileWidget2::plotPictures() plotPicturesInternal(current_dive, false); } -void ProfileWidget2::plotPicturesInternal(struct dive *d, bool synchronous) +void ProfileWidget2::plotPicturesInternal(const struct dive *d, bool synchronous) { pictures.clear(); if (currentState == ADD || currentState == PLAN) |