From b915348a8288d68e2ff114fb3dd89ad22e699969 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 9 Apr 2022 13:58:27 +0200 Subject: Add some missing override labels. --- src/lib/dcp_subtitle_content.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/lib/dcp_subtitle_content.h') diff --git a/src/lib/dcp_subtitle_content.h b/src/lib/dcp_subtitle_content.h index f4a767d21..5949f8b0b 100644 --- a/src/lib/dcp_subtitle_content.h +++ b/src/lib/dcp_subtitle_content.h @@ -27,12 +27,12 @@ public: DCPSubtitleContent (boost::filesystem::path); DCPSubtitleContent (cxml::ConstNodePtr, int); - void examine (std::shared_ptr film, std::shared_ptr); - std::string summary () const; - std::string technical_summary () const; - void as_xml (xmlpp::Node *, bool with_paths) const; - dcpomatic::DCPTime full_length (std::shared_ptr film) const; - dcpomatic::DCPTime approximate_length () const; + void examine (std::shared_ptr film, std::shared_ptr) override; + std::string summary () const override; + std::string technical_summary () const override; + void as_xml (xmlpp::Node *, bool with_paths) const override; + dcpomatic::DCPTime full_length (std::shared_ptr film) const override; + dcpomatic::DCPTime approximate_length () const override; private: dcpomatic::ContentTime _length; -- cgit v1.2.3