summaryrefslogtreecommitdiffstats
path: root/raslib/error.hh
diff options
context:
space:
mode:
Diffstat (limited to 'raslib/error.hh')
-rw-r--r--raslib/error.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/raslib/error.hh b/raslib/error.hh
index 074c37d..0042596 100644
--- a/raslib/error.hh
+++ b/raslib/error.hh
@@ -145,7 +145,9 @@ class r_Error : public std::exception
r_Error_AccesDenied,
r_Error_SystemOverloaded,
- r_Error_MemoryAllocation
+ r_Error_MemoryAllocation,
+
+ r_Error_InvalidOptimizationLevel
};