Basics of joining.
[dcpomatic.git] / src / lib / subtitle_content.h
index c29485feeb6796bf1bbe942c0949da96d1fe4501..854647d181dfc065f11ed191b051d5c939965683 100644 (file)
@@ -34,6 +34,7 @@ class SubtitleContent : public virtual Content
 public:
        SubtitleContent (boost::shared_ptr<const Film>, boost::filesystem::path);
        SubtitleContent (boost::shared_ptr<const Film>, boost::shared_ptr<const cxml::Node>);
+       SubtitleContent (boost::shared_ptr<const Film>, std::vector<boost::shared_ptr<Content> >);
        
        void as_xml (xmlpp::Node *) const;