summaryrefslogtreecommitdiffstats
path: root/source/Plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugin.h')
-rw-r--r--source/Plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugin.h b/source/Plugin.h
index 7cb82743e..bae6d39a2 100644
--- a/source/Plugin.h
+++ b/source/Plugin.h
@@ -88,6 +88,7 @@ public:
*/
virtual bool CanAddHook(cPluginManager::PluginHook a_Hook) { return false; }
+ // tolua_begin
struct CommandStruct
{
AString Command;
@@ -95,7 +96,6 @@ public:
AString Permission;
};
- // tolua_begin
const AString & GetName(void) const { return m_Name; }
void SetName(const AString & a_Name) { m_Name = a_Name; }