swaroop: take ownership of config file if we're run as root.
[dcpomatic.git] / src / lib / content_factory.h
index b319febfcbec5cc301a835b69d2a54b8a173d660..9c090c690e3f2bc2ebf31442246723c9e0d5830f 100644 (file)
@@ -29,4 +29,4 @@ class Film;
 class Content;
 
 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);
+extern std::list<boost::shared_ptr<Content> > content_factory (boost::shared_ptr<const Film>, boost::filesystem::path);