Cleanup: remove unnecessary explicit.
[dcpomatic.git] / 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;