X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.h;h=4b813bca4bbab1ade3888e19507d8ba269725015;hp=b6903b86bebf0ed9e80970a7382c0f07628301cc;hb=aeb835a18c8df347e0ed68fb24631b320abeb611;hpb=50cb31af16240b248700dab1484d7f07656c66df 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: