X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_factory.h;h=7da5435d5f531c2ff4ebba39615c25c167a13ad2;hb=2e2f11b29651cffe37c64275dbd45c7563310020;hp=ab76a29dc6367c9b6ee96d58fa2095bed8e8d90c;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index ab76a29dc..7da5435d5 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,18 @@ */ + /** @file src/lib/content_factory.h * @brief Methods to create content objects. */ + #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::list> content_factory (boost::filesystem::path);