Setup Butler::_prepare_only_proxy on construction.
[dcpomatic.git] / src / lib / exceptions.h
index 5cbf6994154dadaeda169130cd82ac2ddaf48637..9b7837a46bef89c695f0be7097a254566b8d8939 100644 (file)
@@ -377,7 +377,8 @@ public:
 class GLError : public std::runtime_error
 {
 public:
-       GLError (char const * last, int e);
+       GLError (char const* last, int e);
+       GLError (char const* message);
 };