X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.h;h=601b285844a0466dd66f5e652cb582602028ea8f;hp=9437942dc0aa659e748c8d507fe2d75e776b40ef;hb=b915348a8288d68e2ff114fb3dd89ad22e699969;hpb=c80f7a440de73dead499764b4073d39d54c68b9f 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;