Add a load of explicit keywords.
[dcpomatic.git] / src / lib / video_content_scale.h
index 1054234bc0d5a01edc0fff213a15c72c397c2fbf..2f161b1a7069d05e5c5756945fb09bafa9175e16 100644 (file)
@@ -40,9 +40,9 @@ class VideoContentScale
 {
 public:
        VideoContentScale ();
-       VideoContentScale (Ratio const *);
-       VideoContentScale (bool);
-       VideoContentScale (boost::shared_ptr<cxml::Node>);
+       explicit VideoContentScale (Ratio const *);
+       explicit VideoContentScale (bool);
+       explicit VideoContentScale (boost::shared_ptr<cxml::Node>);
 
        dcp::Size size (boost::shared_ptr<const VideoContent>, dcp::Size display_container, dcp::Size film_container) const;
        std::string id () const;