X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_content.h;h=88c178faad35578cc5e7143f334c9feb1d22dbef;hb=ec95ff05f66e9b4cf3bcdbefa0c75ca8f99dc279;hp=3da7827252ffde805e8cddbdefb94c4682e08053;hpb=90b84151b9817b33381187f678cb2fdd062ed785;p=dcpomatic.git diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 3da782725..88c178faa 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -31,7 +31,7 @@ class ImageContent : public VideoContent { public: ImageContent (boost::shared_ptr, boost::filesystem::path); - ImageContent (boost::shared_ptr, boost::shared_ptr); + ImageContent (boost::shared_ptr, boost::shared_ptr, int); boost::shared_ptr shared_from_this () { return boost::dynamic_pointer_cast (Content::shared_from_this ()); @@ -41,7 +41,7 @@ public: std::string summary () const; std::string technical_summary () const; void as_xml (xmlpp::Node *) const; - Time full_length () const; + DCPTime full_length () const; std::string identifier () const;