X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcontent_factory.h;h=2cef840340ffe10404e6b5c45d875da591c513bd;hp=7da5435d5f531c2ff4ebba39615c25c167a13ad2;hb=b1e22dff981fb86ae04b12bb5a064e61030793a8;hpb=736d6bf3242a0ba3841cb765e97cf9fee3540460 diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index 7da5435d5..2cef84034 100644 --- a/src/lib/content_factory.h +++ b/src/lib/content_factory.h @@ -25,6 +25,7 @@ #include +#include class Film; @@ -32,4 +33,4 @@ class Content; extern std::shared_ptr content_factory (cxml::ConstNodePtr, int, std::list &); -extern std::list> content_factory (boost::filesystem::path); +extern std::vector> content_factory (boost::filesystem::path);