summaryrefslogtreecommitdiff
path: root/src/lib/exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exceptions.h')
-rw-r--r--src/lib/exceptions.h2
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);
};