Revert "Remove join function; the code is long and I don't think anybody"
[dcpomatic.git] / src / lib / audio_content.h
index d73c73735fa796a319cb14fcf3fdda7b2a538ad3..a1f5ba8a0aecbe05b8c6d6b450fdb54dfbe15f80 100644 (file)
@@ -44,6 +44,7 @@ class AudioContent : public ContentPart
 {
 public:
        explicit AudioContent (Content* parent);
+       AudioContent (Content* parent, std::vector<boost::shared_ptr<Content> >);
 
        void as_xml (xmlpp::Node *) const;
        std::string technical_summary () const;