X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.h;h=42496372638878773e61f962524d78848b89057d;hb=adeab682b76138d7a05bab3943af23cd57e2bc57;hp=0f4da2457c646fff9fb47ee0efb50a74820ed033;hpb=dc37d4d06b1fde1a61b7d446f51921f19324ef98;p=dcpomatic.git diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index 0f4da2457..424963726 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -32,6 +32,10 @@ public: std::string json_name () const; void run (); + boost::shared_ptr content () const { + return _content; + } + private: boost::shared_ptr _content; };