diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-14 01:00:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-14 01:00:05 +0200 |
| commit | 274dd30f2b11fe8ea563a2ac7436c9d463865b0b (patch) | |
| tree | 199e7447606339d461f6f87d16095376d8f809b3 /src/cpl.h | |
| parent | 4bd57fbbac67ac04ec47a9765b9f278aa1691851 (diff) | |
Fix/hide some warnings.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -81,7 +81,7 @@ public: std::shared_ptr<const Asset> other, EqualityOptions options, NoteHandler note - ) const; + ) const override; /** Add a reel to this CPL * @param reel Reel to add @@ -307,7 +307,7 @@ public: protected: /** @return type string for PKLs for this asset */ - std::string pkl_type (Standard standard) const; + std::string pkl_type (Standard standard) const override; private: friend struct ::verify_invalid_language3; |
