X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_factory.h;h=071d925e034bbc19309671ede4c07dcd8014dcf0;hb=2d5b8cdde08044d323aa7193dfac6c9f8bca7131;hp=27cd36024c9046c6297b7c48c2f5434e12cf5222;hpb=91273da19c689e44f3baa368d4b4efbe75cd8fe5;p=dcpomatic.git diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index 27cd36024..071d925e0 100644 --- a/src/lib/content_factory.h +++ b/src/lib/content_factory.h @@ -19,4 +19,5 @@ class Film; -extern boost::shared_ptr content_factory (boost::shared_ptr, boost::shared_ptr); +extern boost::shared_ptr content_factory (boost::shared_ptr, cxml::NodePtr, int); +extern boost::shared_ptr content_factory (boost::shared_ptr, boost::filesystem::path);