X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.h;h=42496372638878773e61f962524d78848b89057d;hb=052ec34bd487a3645013e87a7062738284d050df;hp=145f480486df76f2866c56fe3049ab391d929f41;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index 145f48048..424963726 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -27,13 +27,15 @@ class ExamineContentJob : public Job { public: ExamineContentJob (boost::shared_ptr, boost::shared_ptr); - ~ExamineContentJob (); std::string name () const; std::string json_name () const; void run (); + boost::shared_ptr content () const { + return _content; + } + private: boost::shared_ptr _content; }; -