Cleanup: remove unnecessary explicit.
authorCarl Hetherington <cth@carlh.net>
Sat, 13 May 2023 20:02:53 +0000 (22:02 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 May 2023 20:02:53 +0000 (22:02 +0200)
src/lib/dcp_examiner.h

index 6bbdef4e435ec434f15003c05748a1b207b41ed5..b51e7ae7a8e53d69cf406a05f2956599e5a22f89 100644 (file)
@@ -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;