diff options
Diffstat (limited to 'commands/command.h')
-rw-r--r-- | commands/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/command.h b/commands/command.h index e4c3b05d2..6072ca9c3 100644 --- a/commands/command.h +++ b/commands/command.h @@ -131,6 +131,7 @@ struct PictureListForAddition { }; void setPictureOffset(dive *d, const QString &filename, offset_t offset); void removePictures(const std::vector<PictureListForDeletion> &pictures); +void addPictures(const std::vector<PictureListForAddition> &pictures); } // namespace Command |