diff options
Diffstat (limited to 'src/mono_picture_asset.h')
| -rw-r--r-- | src/mono_picture_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mono_picture_asset.h b/src/mono_picture_asset.h index 505d3c20..7a37fa73 100644 --- a/src/mono_picture_asset.h +++ b/src/mono_picture_asset.h @@ -73,14 +73,14 @@ public: * @path overwrite true to overwrite an existing file; for use when continuing a write which * previously failed. If in doubt, use false here. */ - std::shared_ptr<PictureAssetWriter> start_write (boost::filesystem::path file, bool overwrite); + std::shared_ptr<PictureAssetWriter> start_write (boost::filesystem::path file, bool overwrite) override; std::shared_ptr<MonoPictureAssetReader> start_read () const; bool equals ( std::shared_ptr<const Asset> other, EqualityOptions opt, NoteHandler note - ) const; + ) const override; private: std::string cpl_node_name () const; |
