X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_factory.h;h=2cef840340ffe10404e6b5c45d875da591c513bd;hb=027a6534067edc6fe9390d9ecc750e9982d5437c;hp=ab76a29dc6367c9b6ee96d58fa2095bed8e8d90c;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index ab76a29dc..2cef84034 100644 --- a/src/lib/content_factory.h +++ b/src/lib/content_factory.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2014 Carl Hetherington + Copyright (C) 2013-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,14 +18,19 @@ */ + /** @file src/lib/content_factory.h * @brief Methods to create content objects. */ + #include +#include + class Film; 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);