summaryrefslogtreecommitdiff
path: root/src/core/script/ScriptEngine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/script/ScriptEngine.hpp')
-rw-r--r--src/core/script/ScriptEngine.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/script/ScriptEngine.hpp b/src/core/script/ScriptEngine.hpp
index 3a53791..5443460 100644
--- a/src/core/script/ScriptEngine.hpp
+++ b/src/core/script/ScriptEngine.hpp
@@ -67,7 +67,7 @@ public:
/**
* Returns the error message.
*/
- virtual const char* what() const noexcept;
+ virtual const char* what() const noexcept override;
};