X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_factory.h;h=9c090c690e3f2bc2ebf31442246723c9e0d5830f;hb=ec97893127a2d59871d92c9e658b6b1ab3100b40;hp=b319febfcbec5cc301a835b69d2a54b8a173d660;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index b319febfc..9c090c690 100644 --- a/src/lib/content_factory.h +++ b/src/lib/content_factory.h @@ -29,4 +29,4 @@ class Film; class Content; extern boost::shared_ptr content_factory (boost::shared_ptr, cxml::NodePtr, int, std::list &); -extern boost::shared_ptr content_factory (boost::shared_ptr, boost::filesystem::path); +extern std::list > content_factory (boost::shared_ptr, boost::filesystem::path);