X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcp.h;h=575bcc8034b993d8a36cd3b7466afe5015a31997;hp=e2e83e96e20cb5ff92f22d01d2a49d535bb19886;hb=c6871fe8617b3de03662b7630355059393bf8043;hpb=334e250896a5dcbb64db96df8e20821ffc75b146 diff --git a/src/lib/dcp.h b/src/lib/dcp.h index e2e83e96e..575bcc803 100644 --- a/src/lib/dcp.h +++ b/src/lib/dcp.h @@ -33,7 +33,7 @@ public: std::list > cpls () const; protected: - DCP (boost::shared_ptr content) + explicit DCP (boost::shared_ptr content) : _dcp_content (content) {}