X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_examiner.h;fp=src%2Flib%2Fdcp_examiner.h;h=b51e7ae7a8e53d69cf406a05f2956599e5a22f89;hb=458517981bbb6d8a76b2769ac824daa29c691d35;hp=6bbdef4e435ec434f15003c05748a1b207b41ed5;hpb=6393adabe8faecfbfdefa9d4607258e3a7c6f940;p=dcpomatic.git 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, bool tolerant); + DCPExaminer(std::shared_ptr, bool tolerant); bool has_video () const override { return _has_video;