summaryrefslogtreecommitdiff
path: root/modules/commands/hs_group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/hs_group.cpp')
-rw-r--r--modules/commands/hs_group.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/hs_group.cpp b/modules/commands/hs_group.cpp
index c05c467c0..9db0bbb00 100644
--- a/modules/commands/hs_group.cpp
+++ b/modules/commands/hs_group.cpp
@@ -11,7 +11,7 @@
#include "module.h"
-class CommandHSGroup
+class CommandHSGroup final
: public Command
{
bool setting = false;
@@ -76,7 +76,7 @@ public:
}
};
-class HSGroup
+class HSGroup final
: public Module
{
CommandHSGroup commandhsgroup;