From c654793a3a513a9c8ffcd1aa9c3962b6a72e61bd Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Mon, 20 Oct 2014 23:22:56 +0000 Subject: started to implement Function class which represents functions and methods, both on the host and the client side git-svn-id: file:///var/local/svn/basicwriter@73 daaaf23c-2e50-4459-9457-1e69db5a47bf --- src/core/script/ScriptEngine.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/script/ScriptEngine.hpp') 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; }; -- cgit v1.2.3