diff options
Diffstat (limited to 'desktop-widgets/command_divelist.h')
-rw-r--r-- | desktop-widgets/command_divelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/command_divelist.h b/desktop-widgets/command_divelist.h index e09d3bdc6..69824ce9f 100644 --- a/desktop-widgets/command_divelist.h +++ b/desktop-widgets/command_divelist.h @@ -40,7 +40,7 @@ struct DivesToTrip class AddDive : public Base { public: - AddDive(dive *dive); + AddDive(dive *dive, bool autogroup); private: void undo() override; void redo() override; |