X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.h;h=601b285844a0466dd66f5e652cb582602028ea8f;hb=b915348a8288d68e2ff114fb3dd89ad22e699969;hp=00d27a342391f4f9681cb60358898442cc54afc1;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index 00d27a342..601b28584 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,19 +18,22 @@ */ + #include "job.h" + class Content; + class ExamineContentJob : public Job { 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;