diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-13 22:02:53 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-13 22:02:53 +0200 |
| commit | 458517981bbb6d8a76b2769ac824daa29c691d35 (patch) | |
| tree | fec82b992b851fab1df03de7cb3555bb4571dede | |
| parent | 6393adabe8faecfbfdefa9d4607258e3a7c6f940 (diff) | |
Cleanup: remove unnecessary explicit.
| -rw-r--r-- | src/lib/dcp_examiner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_examiner.h b/src/lib/dcp_examiner.h index 6bbdef4e4..b51e7ae7a 100644 --- a/src/lib/dcp_examiner.h +++ b/src/lib/dcp_examiner.h @@ -38,7 +38,7 @@ class DCPContent; class DCPExaminer : public VideoExaminer, public AudioExaminer { public: - explicit DCPExaminer (std::shared_ptr<const DCPContent>, bool tolerant); + DCPExaminer(std::shared_ptr<const DCPContent>, bool tolerant); bool has_video () const override { return _has_video; |
