summaryrefslogtreecommitdiff
path: root/src/lib/dcp_examiner.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-08 14:29:01 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-08 14:29:01 +0200
commit46bf867be1f4ec6b88c4fcb3f96e5e51e87013e6 (patch)
tree5624881395782711ae66c3da90756103d9c5300a /src/lib/dcp_examiner.h
parent08643fcdd53ae7132026e38571f7609357daaade (diff)
More missing override labels.
Diffstat (limited to 'src/lib/dcp_examiner.h')
-rw-r--r--src/lib/dcp_examiner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_examiner.h b/src/lib/dcp_examiner.h
index 757e3ff03..29323d50e 100644
--- a/src/lib/dcp_examiner.h
+++ b/src/lib/dcp_examiner.h
@@ -41,7 +41,7 @@ class DCPExaminer : public DCP, public VideoExaminer, public AudioExaminer
public:
explicit DCPExaminer (std::shared_ptr<const DCPContent>, bool tolerant);
- bool has_video () const {
+ bool has_video () const override {
return _has_video;
}