Cope with loading films with now-disabled filters.
[dcpomatic.git] / src / lib / content_factory.h
index 071d925e034bbc19309671ede4c07dcd8014dcf0..2eeebbc9f8924c9ebb45c04df47bfdbefa9de22c 100644 (file)
@@ -19,5 +19,5 @@
 
 class Film;
 
-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>, cxml::NodePtr, int, std::list<std::string> &);
 extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, boost::filesystem::path);