Take Film pointer out of Content.
[dcpomatic.git] / src / lib / content_factory.h
index f712d9364a1f3bed8666b941b8da19fd07e49cf4..af77d93581e67a936982c286bd8d505e0ab5a508 100644 (file)
@@ -29,4 +29,4 @@ class Film;
 class Content;
 
 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::shared_ptr<const Film>, boost::filesystem::path);
+extern std::list<boost::shared_ptr<Content> > content_factory (boost::filesystem::path);