Fix non-translated days of the week (#1455).
[dcpomatic.git] / src / lib / image.h
index 73f2313c1a03f297c22960d5ba290aa83d927fb9..dbcb38cc7a5c41123e7ff3aec60fcb04b0bea8bf 100644 (file)
@@ -83,6 +83,8 @@ public:
 
        dcp::Data as_png () const;
 
+       void png_error (char const * message);
+
        static boost::shared_ptr<const Image> ensure_aligned (boost::shared_ptr<const Image> image);
 
 private: