X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.h;h=c8037224faa708737e6739d5c29bc544ee74ad0f;hb=0337475d923422f160e000020f320c8c97524a02;hp=dc0d53ffff2e03650c611b067d18d61abe5a18d0;hpb=afc495f722f89fea0bcc579046d1a5d362e36f69;p=dcpomatic.git diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index dc0d53fff..c8037224f 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -26,14 +26,14 @@ class Log; class ExamineContentJob : public Job { public: - ExamineContentJob (boost::shared_ptr, boost::shared_ptr, bool); + ExamineContentJob (boost::shared_ptr, boost::shared_ptr); ~ExamineContentJob (); std::string name () const; + std::string json_name () const; void run (); private: boost::shared_ptr _content; - bool _quick; };