(svn r27379) -Codechange: Do not throw in the destructors of ScriptTest/ExecMode.

This commit is contained in:
frosch
2015-08-10 20:04:31 +00:00
parent d818e1779c
commit e5d105900d
5 changed files with 20 additions and 3 deletions

View File

@@ -46,6 +46,8 @@ public:
* in when the instance was created.
*/
~ScriptExecMode();
virtual void FinalRelease();
};
#endif /* SCRIPT_EXECMODE_HPP */