ChangeLog.
[dcpomatic.git] / src / lib / content_factory.h
index 27cd36024c9046c6297b7c48c2f5434e12cf5222..071d925e034bbc19309671ede4c07dcd8014dcf0 100644 (file)
@@ -19,4 +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);