summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/mlua_options.h
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2018-05-20 19:44:27 +0300
committeraunsane <aunsane@gmail.com>2018-05-20 19:44:27 +0300
commit5de8252e58fbdbebb8914e99a90bec06a0ff039f (patch)
treed4022c1e804d636ee933ab1e5475f21f20a47c14 /plugins/MirLua/src/mlua_options.h
parentcf39a24da2375575d0f93b95c7ae258aae1658a7 (diff)
MirLua: environment now inherits CMPluginBase
Diffstat (limited to 'plugins/MirLua/src/mlua_options.h')
-rw-r--r--plugins/MirLua/src/mlua_options.h5
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