diff options
Diffstat (limited to 'src/lib/examine_content_job.h')
| -rw-r--r-- | src/lib/examine_content_job.h | 6 |
1 files changed, 3 insertions, 3 deletions
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<const Film>, std::shared_ptr<Content>); ~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> content () const { return _content; |
