Merge master.
[dcpomatic.git] / src / lib / content_factory.h
index 93fd98d8346b3902c63e867eff1dfe5b50de0d39..071d925e034bbc19309671ede4c07dcd8014dcf0 100644 (file)
@@ -19,5 +19,5 @@
 
 class Film;
 
-extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, boost::shared_ptr<cxml::Node>);
+extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, cxml::NodePtr, int);
 extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, boost::filesystem::path);