Merge master.
[dcpomatic.git] / src / lib / content.cc
index 814d9c1a5c00afc2ade07ed4d70f9b92cc536293..1fb4681a251b2810c662426912114f6a2af181e7 100644 (file)
@@ -195,7 +195,10 @@ Content::clone () const
        xmlpp::Document doc;
        xmlpp::Node* node = doc.create_root_node ("Content");
        as_xml (node);
-       return content_factory (film, cxml::NodePtr (new cxml::Node (node)), Film::current_state_version);
+
+       /* notes is unused here (we assume) */
+       list<string> notes;
+       return content_factory (film, cxml::NodePtr (new cxml::Node (node)), Film::current_state_version, notes);
 }
 
 string