From 5de8252e58fbdbebb8914e99a90bec06a0ff039f Mon Sep 17 00:00:00 2001 From: aunsane Date: Sun, 20 May 2018 19:44:27 +0300 Subject: MirLua: environment now inherits CMPluginBase --- plugins/MirLua/src/mlua_options.h | 5 +---- 1 file changed, 1 insertion(+), 4 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 373827fc42..9658ffe336 100644 --- a/plugins/MirLua/src/mlua_options.h +++ b/plugins/MirLua/src/mlua_options.h @@ -1,5 +1,4 @@ -#ifndef _LUA_OPTIONS_H_ -#define _LUA_OPTIONS_H_ +#pragma once class CMLuaOptions : public CPluginDlgBase { @@ -26,5 +25,3 @@ protected: public: CMLuaOptions(); }; - -#endif //_LUA_OPTIONS_H_ \ No newline at end of file -- cgit v1.2.3