X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_factory.h;h=7da5435d5f531c2ff4ebba39615c25c167a13ad2;hb=dcd9afacd67975a9e20a6d1c4b3998c2890f1c16;hp=2522ad01798c19f63b4fb52b6afc6f4d4733d582;hpb=fe8251bb73765b459042b0fa841dae2d440487fd;p=dcpomatic.git diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index 2522ad017..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,15 +18,18 @@ */ + /** @file src/lib/content_factory.h * @brief Methods to create content objects. */ + #include -#include + class Film; class Content; -extern boost::shared_ptr content_factory (cxml::ConstNodePtr, int, std::list &); -extern std::list > content_factory (boost::filesystem::path); + +extern std::shared_ptr content_factory (cxml::ConstNodePtr, int, std::list &); +extern std::list> content_factory (boost::filesystem::path);