X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fvideo_content.h;h=774210c13ff191eb37521b6be328a110d79035d1;hp=84b3d2268bbd2006ed376f3f504edc68b21d3e2a;hb=c6871fe8617b3de03662b7630355059393bf8043;hpb=334e250896a5dcbb64db96df8e20821ffc75b146 diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 84b3d2268..774210c13 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -51,7 +51,7 @@ public: class VideoContent : public ContentPart, public boost::enable_shared_from_this { public: - VideoContent (Content* parent); + explicit VideoContent (Content* parent); VideoContent (Content* parent, std::vector >); void as_xml (xmlpp::Node *) const;