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_script.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'plugins/MirLua/src/mlua_script.h') diff --git a/plugins/MirLua/src/mlua_script.h b/plugins/MirLua/src/mlua_script.h index 8106c7a00a..70c044741e 100644 --- a/plugins/MirLua/src/mlua_script.h +++ b/plugins/MirLua/src/mlua_script.h @@ -1,4 +1,5 @@ -#pragma once +#ifndef _LUA_SCRIPT_H_ +#define _LUA_SCRIPT_H_ class CMLuaScript : public CMLuaEnvironment { @@ -14,8 +15,8 @@ private: Status status; int unloadRef; - //char *moduleName; - const wchar_t *fileName; + char *moduleName; + wchar_t *fileName; wchar_t filePath[MAX_PATH]; void Unload(); @@ -37,3 +38,5 @@ public: bool Load(); bool Reload(); }; + +#endif //_LUA_SCRIPT_H_ -- cgit v1.2.3