Basics of joining.
[dcpomatic.git] / src / lib / video_content.h
index 0fc6d4e7aa6645ba8b0b03a4f5c1a5542321d46b..effca5c61c314c50c4328d02adb5db7ce92dd48e 100644 (file)
@@ -46,6 +46,7 @@ public:
        VideoContent (boost::shared_ptr<const Film>, Time, VideoContent::Frame);
        VideoContent (boost::shared_ptr<const Film>, boost::filesystem::path);
        VideoContent (boost::shared_ptr<const Film>, boost::shared_ptr<const cxml::Node>);
+       VideoContent (boost::shared_ptr<const Film>, std::vector<boost::shared_ptr<Content> >);
 
        void as_xml (xmlpp::Node *) const;
        std::string technical_summary () const;