Take Film pointer out of Content.
[dcpomatic.git] / src / lib / content_factory.h
index 9c090c690e3f2bc2ebf31442246723c9e0d5830f..af77d93581e67a936982c286bd8d505e0ab5a508 100644 (file)
@@ -28,5 +28,5 @@
 class Film;
 class Content;
 
-extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, cxml::NodePtr, int, std::list<std::string> &);
-extern std::list<boost::shared_ptr<Content> > content_factory (boost::shared_ptr<const Film>, boost::filesystem::path);
+extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, cxml::ConstNodePtr, int, std::list<std::string> &);
+extern std::list<boost::shared_ptr<Content> > content_factory (boost::filesystem::path);