diff options
Diffstat (limited to 'desktop-widgets/command_private.h')
-rw-r--r-- | desktop-widgets/command_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/command_private.h b/desktop-widgets/command_private.h index 6981b6e57..280654a93 100644 --- a/desktop-widgets/command_private.h +++ b/desktop-widgets/command_private.h @@ -15,7 +15,7 @@ namespace Command { // Reset the selection to the dives of the "selection" vector and send the appropriate signals. // Set the current dive to "currentDive". "currentDive" must be an element of "selection" (or // null if "seletion" is empty). Return true if the selection or current dive changed. -bool setSelection(const std::vector<dive *> &selection, dive *currentDive); +void setSelection(const std::vector<dive *> &selection, dive *currentDive); // Get currently selectd dives std::vector<dive *> getDiveSelection(); |