Another missing override label.
authorCarl Hetherington <cth@carlh.net>
Fri, 8 Apr 2022 12:08:27 +0000 (14:08 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 8 Apr 2022 12:08:27 +0000 (14:08 +0200)
src/lib/video_mxf_examiner.h

index c1b2f37f53988b4b551ca1c742a94ebf8c3203ec..f5c9bf1fd8ac8c2b83625118d140d1227aa12d12 100644 (file)
@@ -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;