diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-28 12:30:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-28 12:30:50 +0300 |
commit | 9ee90b86b0be67b64b650bfd349a13829a48efb5 (patch) | |
tree | c4b10adb83e3d5a8e28d5a462939d63c20a6e991 /plugins | |
parent | 798128b9ab4c6de67321af80f1d338ed206e7064 (diff) |
PLUGIN<> to receive the basic class located inside mir_app
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/MirLua/src/mlua.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirLua/src/mlua.h b/plugins/MirLua/src/mlua.h index 6f5bdca432..d3f9cc3acd 100644 --- a/plugins/MirLua/src/mlua.h +++ b/plugins/MirLua/src/mlua.h @@ -1,7 +1,7 @@ #ifndef _LUA_CORE_H_
#define _LUA_CORE_H_
-class CMLua : private PLUGIN<CMLua>
+class CMLua : public PLUGIN<CMLua>
{
friend class CMLuaOptions;
|