diff options
Diffstat (limited to 'modules/commands/hs_off.cpp')
-rw-r--r-- | modules/commands/hs_off.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/hs_off.cpp b/modules/commands/hs_off.cpp index cb65c7035..8e4036726 100644 --- a/modules/commands/hs_off.cpp +++ b/modules/commands/hs_off.cpp @@ -11,7 +11,7 @@ #include "module.h" -class CommandHSOff +class CommandHSOff final : public Command { public: @@ -54,7 +54,7 @@ public: } }; -class HSOff +class HSOff final : public Module { CommandHSOff commandhsoff; |