Add a load of explicit keywords.
[dcpomatic.git] / src / lib / dcp_examiner.h
index d9c372c3c590a37510ff18b91bbc36dedddd66de..aaeec6d3249c6405bee61bda579527ddbf367105 100644 (file)
@@ -31,7 +31,7 @@ class DCPContent;
 class DCPExaminer : public DCP, public VideoExaminer, public AudioExaminer
 {
 public:
-       DCPExaminer (boost::shared_ptr<const DCPContent>);
+       explicit DCPExaminer (boost::shared_ptr<const DCPContent>);
 
        boost::optional<double> video_frame_rate () const {
                return _video_frame_rate;