diff options
Diffstat (limited to 'src/lib/exceptions.h')
| -rw-r--r-- | src/lib/exceptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index d0ba1f068..9b7837a46 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -378,6 +378,7 @@ class GLError : public std::runtime_error { public: GLError (char const* last, int e); + GLError (char const* message); }; |
