X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent.h;h=9cf6d866ab04906b3288188792c66f9403b8592e;hb=c3da7c64f01420447dbab7f5c2ea42ff1b911cc5;hp=b4d90b22f4353a28a800424652ba9cd43a3a16f8;hpb=bab2a1cf99c58dcb598fed383015b1937d3ea07f;p=dcpomatic.git diff --git a/src/lib/content.h b/src/lib/content.h index b4d90b22f..9cf6d866a 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -52,6 +52,7 @@ public: Content (boost::shared_ptr, Time); Content (boost::shared_ptr, boost::filesystem::path); Content (boost::shared_ptr, boost::shared_ptr); + Content (boost::shared_ptr, std::vector >); virtual ~Content () {} virtual void examine (boost::shared_ptr);