diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-08 14:08:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-08 14:08:27 +0200 |
| commit | 08643fcdd53ae7132026e38571f7609357daaade (patch) | |
| tree | b9c34d912331662bfbe9097a4e55df053683e59b /src | |
| parent | 737adeeefb516b42716e399f1370cf56e5edbeb4 (diff) | |
Another missing override label.
Diffstat (limited to 'src')
| -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; |
