diff options
author | aunsane <aunsane@gmail.com> | 2018-05-20 19:44:27 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-05-20 19:44:27 +0300 |
commit | 5de8252e58fbdbebb8914e99a90bec06a0ff039f (patch) | |
tree | d4022c1e804d636ee933ab1e5475f21f20a47c14 /plugins/MirLua/src/mlua_options.h | |
parent | cf39a24da2375575d0f93b95c7ae258aae1658a7 (diff) |
MirLua: environment now inherits CMPluginBase
Diffstat (limited to 'plugins/MirLua/src/mlua_options.h')
-rw-r--r-- | plugins/MirLua/src/mlua_options.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 |