diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/command_pictures.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/command_pictures.cpp b/commands/command_pictures.cpp index 2d57221fb..9a17ca9bf 100644 --- a/commands/command_pictures.cpp +++ b/commands/command_pictures.cpp @@ -119,7 +119,7 @@ static std::vector<PictureListForDeletion> addPictures(std::vector<PictureListFo return res; } -RemovePictures::RemovePictures(const std::vector<PictureListForDeletion> &pictures) : picturesToRemove(pictures) +RemovePictures::RemovePictures(const std::vector<PictureListForDeletion> &pictures) { // Filter out the pictures that don't actually exist. In principle this shouldn't be necessary. // Nevertheless, let's play it save. This has the additional benefit of sorting the pictures |