diff options
Diffstat (limited to 'modules/commands/hs_on.cpp')
-rw-r--r-- | modules/commands/hs_on.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/hs_on.cpp b/modules/commands/hs_on.cpp index 7f14e3406..c8c01b7b2 100644 --- a/modules/commands/hs_on.cpp +++ b/modules/commands/hs_on.cpp @@ -11,7 +11,7 @@ #include "module.h" -class CommandHSOn +class CommandHSOn final : public Command { public: @@ -60,7 +60,7 @@ public: } }; -class HSOn +class HSOn final : public Module { CommandHSOn commandhson; |