X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_content.h;h=8313c73eeb8a32b8d65a79e2caa6d22466966042;hb=4e411ea97b4dab8a5fa282d1d4cf7971ef1e24ad;hp=6b91997c9f4076c91ffdd9d536ee21106bc0e9d0;hpb=308488324dbc4d8b709d3fb1dc9fee0479346c21;p=dcpomatic.git diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 6b91997c9..8313c73ee 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -43,7 +43,7 @@ public: VideoContentScale (); VideoContentScale (Ratio const *); VideoContentScale (bool); - VideoContentScale (boost::shared_ptr); + VideoContentScale (cxml::NodePtr); dcp::Size size (boost::shared_ptr, dcp::Size, dcp::Size) const; std::string id () const; @@ -83,7 +83,7 @@ public: VideoContent (boost::shared_ptr); VideoContent (boost::shared_ptr, DCPTime, ContentTime); VideoContent (boost::shared_ptr, boost::filesystem::path); - VideoContent (boost::shared_ptr, boost::shared_ptr, int); + VideoContent (boost::shared_ptr, cxml::ConstNodePtr, int); VideoContent (boost::shared_ptr, std::vector >); void as_xml (xmlpp::Node *) const;