Try to fix missing icons in OS X .dmg.
[dcpomatic.git] / src / lib / content.cc
index 1883dfb4a9276d7773a8fe8b3ba34f32ace08662..8294682475a65b30ceb6717f5eea37b1dff33fba 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