Add a load of explicit keywords.
[dcpomatic.git] / src / lib / dcp.h
index e2e83e96e20cb5ff92f22d01d2a49d535bb19886..575bcc8034b993d8a36cd3b7466afe5015a31997 100644 (file)
@@ -33,7 +33,7 @@ public:
        std::list<boost::shared_ptr<dcp::CPL> > cpls () const;
 
 protected:
-       DCP (boost::shared_ptr<const DCPContent> content)
+       explicit DCP (boost::shared_ptr<const DCPContent> content)
                : _dcp_content (content)
        {}