diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-08 14:08:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-28 23:41:25 +0200 |
| commit | c138146315d6c5b31e0a8991a80c0da9ac9162ed (patch) | |
| tree | 2400a1b2e7a8687a95e0f12cd7593bb48edb0480 | |
| parent | a052b3ba01ef3b0ec5b823b89d63097e6ee87d63 (diff) | |
Another missing override label.
| -rw-r--r-- | src/lib/video_mxf_examiner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_mxf_examiner.h b/src/lib/video_mxf_examiner.h index c1b2f37f5..f5c9bf1fd 100644 --- a/src/lib/video_mxf_examiner.h +++ b/src/lib/video_mxf_examiner.h @@ -31,7 +31,7 @@ class VideoMXFExaminer : public VideoExaminer public: explicit VideoMXFExaminer (std::shared_ptr<const VideoMXFContent>); - bool has_video () const { + bool has_video () const override { return true; } boost::optional<double> video_frame_rate () const override; |
