diff options
Diffstat (limited to 'src/lib/dcp.h')
| -rw-r--r-- | src/lib/dcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<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) {} |
