diff options
author | aunsane <aunsane@gmail.com> | 2018-05-20 17:24:28 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-05-20 17:24:47 +0300 |
commit | cf39a24da2375575d0f93b95c7ae258aae1658a7 (patch) | |
tree | bdb74cfc48c3b8947306cda063c88d8411039b52 /plugins/MirLua/src/mlua_options.h | |
parent | 9eda23f5d0d4d239bd46a2da66bf4ff141dc3ad0 (diff) |
MirLua: no need to keep two instances of CMPlugin
Diffstat (limited to 'plugins/MirLua/src/mlua_options.h')
-rw-r--r-- | plugins/MirLua/src/mlua_options.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/MirLua/src/mlua_options.h b/plugins/MirLua/src/mlua_options.h index 2e3b4ff7f7..373827fc42 100644 --- a/plugins/MirLua/src/mlua_options.h +++ b/plugins/MirLua/src/mlua_options.h @@ -4,7 +4,6 @@ class CMLuaOptions : public CPluginDlgBase
{
private:
- CMLua *m_mLua;
bool isScriptListInit;
CCtrlCheck m_popupOnError;
@@ -25,7 +24,7 @@ protected: INT_PTR DlgProc(UINT msg, WPARAM wParam, LPARAM lParam);
public:
- CMLuaOptions(CMLua *mLua);
+ CMLuaOptions();
};
#endif //_LUA_OPTIONS_H_
\ No newline at end of file |