diff options
Diffstat (limited to 'modules/commands/bs_info.cpp')
-rw-r--r-- | modules/commands/bs_info.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/bs_info.cpp b/modules/commands/bs_info.cpp index f8381836d..e42ad23b8 100644 --- a/modules/commands/bs_info.cpp +++ b/modules/commands/bs_info.cpp @@ -11,7 +11,7 @@ #include "module.h" -class CommandBSInfo +class CommandBSInfo final : public Command { private: @@ -118,7 +118,7 @@ public: } }; -class BSInfo +class BSInfo final : public Module { CommandBSInfo commandbsinfo; |