summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-07-29 22:05:31 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-07-29 22:05:31 +0300
commit99ed0336d306f1e5c0752f4060fb6952dd7a89b0 (patch)
treedfea01e168d3b01da1d8b1482bfac8b297e867a8 /plugins
parent0dda3dc32c819b0d854ea2911c94be24e990abb4 (diff)
MirLua: fix for crash on exit
Diffstat (limited to 'plugins')
-rw-r--r--plugins/MirLua/src/environment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirLua/src/environment.h b/plugins/MirLua/src/environment.h
index ab6cf8c8d2..52b42e7722 100644
--- a/plugins/MirLua/src/environment.h
+++ b/plugins/MirLua/src/environment.h
@@ -1,6 +1,6 @@
#pragma once
-class CMLuaEnvironment : public CMPluginBase
+class CMLuaEnvironment : public CMPluginBase, public MZeroedObject
{
private:
CMPluginBase *m_plugin;