X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.h;h=0105035ffe1c175521680f1fc059869836e5bdc2;hp=145f480486df76f2866c56fe3049ab391d929f41;hb=8f12e84009d7c2685bb2eeb32665876463d4e6e5;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05 diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index 145f48048..0105035ff 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -33,7 +33,10 @@ public: std::string json_name () const; void run (); + boost::shared_ptr content () const { + return _content; + } + private: boost::shared_ptr _content; }; -