X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_content.h;h=970a68d661271be3b567d714ec880cc55111527a;hb=e4ca6b23d8c5b25725b6b7c1bfe4db3af932dcc0;hp=e2a2ec36623b40faa6a7b69baca72e698d0a01d5;hpb=673ba43fb66eb0dee43807501753749f144254a7;p=dcpomatic.git diff --git a/src/lib/image_content.h b/src/lib/image_content.h index e2a2ec366..970a68d66 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -41,8 +41,8 @@ public: std::string summary () const; std::string technical_summary () const; void as_xml (xmlpp::Node *, bool with_paths) const; - DCPTime full_length (boost::shared_ptr film) const; - DCPTime approximate_length () const; + dcpomatic::DCPTime full_length (boost::shared_ptr film) const; + dcpomatic::DCPTime approximate_length () const; std::string identifier () const; @@ -51,7 +51,7 @@ public: bool still () const; private: - void add_properties (std::list& p) const; + void add_properties (boost::shared_ptr film, std::list& p) const; boost::optional _path_to_scan; };