Add a load of explicit keywords.
[dcpomatic.git] / src / lib / image.h
index 8de0a2c69e53c5576a28baf62a8b9b4873667125..f71a47b0c7c9a1c3cf9f4e66105f817689a29fb9 100644 (file)
@@ -41,8 +41,8 @@ class Image
 {
 public:
        Image (AVPixelFormat p, dcp::Size s, bool aligned, int extra_pixels = 0);
-       Image (AVFrame *);
-       Image (Image const &);
+       explicit Image (AVFrame *);
+       explicit Image (Image const &);
        Image (boost::shared_ptr<const Image>, bool);
        Image& operator= (Image const &);
        ~Image ();