From 46363eef857b69761f1d6d28da5a53a954f76900 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sun, 20 May 2018 21:09:53 +0300 Subject: Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng" This reverts commit 3f90207479ee0a6530631812717801a54093658c, reversing changes made to 7d6b89fd45814936d0edeff664bf5efb2d19b875. --- plugins/MirLua/src/mlua_options.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'plugins/MirLua/src/mlua_options.h') diff --git a/plugins/MirLua/src/mlua_options.h b/plugins/MirLua/src/mlua_options.h index 9658ffe336..2e3b4ff7f7 100644 --- a/plugins/MirLua/src/mlua_options.h +++ b/plugins/MirLua/src/mlua_options.h @@ -1,8 +1,10 @@ -#pragma once +#ifndef _LUA_OPTIONS_H_ +#define _LUA_OPTIONS_H_ class CMLuaOptions : public CPluginDlgBase { private: + CMLua *m_mLua; bool isScriptListInit; CCtrlCheck m_popupOnError; @@ -23,5 +25,7 @@ protected: INT_PTR DlgProc(UINT msg, WPARAM wParam, LPARAM lParam); public: - CMLuaOptions(); + CMLuaOptions(CMLua *mLua); }; + +#endif //_LUA_OPTIONS_H_ \ No newline at end of file -- cgit v1.2.3