X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_content.h;h=d817eeee84e4cc0b6a2685666db207eae79a0025;hb=e7245abe84a1a09a5f680e426b5dfac2de2e472a;hp=81396c63ba19a95683c856d2441d17f62db80306;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 81396c63b..d817eeee8 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -37,21 +37,21 @@ public: return std::dynamic_pointer_cast (Content::shared_from_this ()); }; - 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; - std::string identifier () const; + std::string identifier () const override; void set_default_colour_conversion (); bool still () const; private: - void add_properties (std::shared_ptr film, std::list& p) const; + void add_properties (std::shared_ptr film, std::list& p) const override; boost::optional _path_to_scan; };