summaryrefslogtreecommitdiff
path: root/src/script/api/script_execmode.hpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2015-08-10 20:04:31 +0000
committerfrosch <frosch@openttd.org>2015-08-10 20:04:31 +0000
commite5d105900ddcb82bc2adf7accb4be010e3b20113 (patch)
tree2fbedf4eb33eb065b3fdc7b6f218a04b0c17dd67 /src/script/api/script_execmode.hpp
parentd818e1779c9ef9770e93c502b90e16caff7254aa (diff)
downloadopenttd-e5d105900ddcb82bc2adf7accb4be010e3b20113.tar.xz
(svn r27379) -Codechange: Do not throw in the destructors of ScriptTest/ExecMode.
Diffstat (limited to 'src/script/api/script_execmode.hpp')
-rw-r--r--src/script/api/script_execmode.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/api/script_execmode.hpp b/src/script/api/script_execmode.hpp
index 6591399d3..84eda5ce2 100644
--- a/src/script/api/script_execmode.hpp
+++ b/src/script/api/script_execmode.hpp
@@ -46,6 +46,8 @@ public:
* in when the instance was created.
*/
~ScriptExecMode();
+
+ virtual void FinalRelease();
};
#endif /* SCRIPT_EXECMODE_HPP */