Add a load of explicit keywords.
[dcpomatic.git] / src / lib / video_content.h
index 84b3d2268bbd2006ed376f3f504edc68b21d3e2a..774210c13ff191eb37521b6be328a110d79035d1 100644 (file)
@@ -51,7 +51,7 @@ public:
 class VideoContent : public ContentPart, public boost::enable_shared_from_this<VideoContent>
 {
 public:
-       VideoContent (Content* parent);
+       explicit VideoContent (Content* parent);
        VideoContent (Content* parent, std::vector<boost::shared_ptr<Content> >);
 
        void as_xml (xmlpp::Node *) const;