diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-12 00:38:01 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-12 01:22:10 +0200 |
| commit | ee23803a3dced33ae93346dd1e5cb6453d873023 (patch) | |
| tree | 85ac9d3f781d52228cf63468878ad166f429e5e6 /src/mono_picture_asset.h | |
| parent | 2fa5b7bfeb3826c20f2fe80f272b556d61935063 (diff) | |
Add some missing override statements.sub-rework
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; |
