X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.h;h=601b285844a0466dd66f5e652cb582602028ea8f;hb=3144a348751dc0c91ba1d1c7fe6c90127de9ef21;hp=9437942dc0aa659e748c8d507fe2d75e776b40ef;hpb=34e5ddc254c0a12224cb985e440a2ab7075b532a;p=dcpomatic.git diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index 9437942dc..601b28584 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -31,9 +31,9 @@ public: ExamineContentJob (std::shared_ptr, std::shared_ptr); ~ExamineContentJob (); - std::string name () const; - std::string json_name () const; - void run (); + std::string name () const override; + std::string json_name () const override; + void run () override; std::shared_ptr content () const { return _content;