From 08643fcdd53ae7132026e38571f7609357daaade Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 8 Apr 2022 14:08:27 +0200 Subject: [PATCH 1/1] Another missing override label. --- src/lib/video_mxf_examiner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); - bool has_video () const { + bool has_video () const override { return true; } boost::optional video_frame_rate () const override; -- 2.30.2