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