summaryrefslogtreecommitdiff
path: root/src/lib/examine_ffmpeg_subtitles_job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/examine_ffmpeg_subtitles_job.h')
-rw-r--r--src/lib/examine_ffmpeg_subtitles_job.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/examine_ffmpeg_subtitles_job.h b/src/lib/examine_ffmpeg_subtitles_job.h
index c9c0cabf4..1a065df57 100644
--- a/src/lib/examine_ffmpeg_subtitles_job.h
+++ b/src/lib/examine_ffmpeg_subtitles_job.h
@@ -29,9 +29,9 @@ public:
ExamineFFmpegSubtitlesJob (std::shared_ptr<const Film>, std::shared_ptr<FFmpegContent>);
~ExamineFFmpegSubtitlesJob ();
- 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;
private:
std::shared_ptr<FFmpegContent> _content;