diff options
Diffstat (limited to 'modules/commands/help.cpp')
-rw-r--r-- | modules/commands/help.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/help.cpp b/modules/commands/help.cpp index 3d6dc47c3..66c22a589 100644 --- a/modules/commands/help.cpp +++ b/modules/commands/help.cpp @@ -11,7 +11,7 @@ #include "module.h" -class CommandHelp +class CommandHelp final : public Command { static const unsigned help_wrap_len = 40; @@ -183,7 +183,7 @@ public: } }; -class Help +class Help final : public Module { CommandHelp commandhelp; |