Check that the image used to make a Cairo::ImageSurface is the right alignment and...
[dcpomatic.git] / src / lib / exceptions.h
index d0ba1f068ed23e3f62e3387a3f82dd1fa03df1a7..9b7837a46bef89c695f0be7097a254566b8d8939 100644 (file)
@@ -378,6 +378,7 @@ class GLError : public std::runtime_error
 {
 public:
        GLError (char const* last, int e);
+       GLError (char const* message);
 };