X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.h;h=4b813bca4bbab1ade3888e19507d8ba269725015;hb=ea35bff04d7a96f44ea595951bb0c0dd54c8ee52;hp=b6903b86bebf0ed9e80970a7382c0f07628301cc;hpb=0b6c6de07f9a3aa28c2e8ca8ef30340e3fa1bfc6;p=dcpomatic.git diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index b6903b86b..4b813bca4 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -17,11 +17,10 @@ */ -#include #include "job.h" +#include class Content; -class Log; class ExamineContentJob : public Job { @@ -30,6 +29,7 @@ public: ~ExamineContentJob (); std::string name () const; + std::string json_name () const; void run (); private: