X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_factory.h;h=2cef840340ffe10404e6b5c45d875da591c513bd;hb=f0c9eb891bed55ddc1afe13a87a997f68fd706be;hp=7da5435d5f531c2ff4ebba39615c25c167a13ad2;hpb=7bc2134d658778e04f1756c255e604b4ab5a5831;p=dcpomatic.git 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);