summaryrefslogtreecommitdiff
path: root/modules/commands/hs_list.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/hs_list.cpp')
-rw-r--r--modules/commands/hs_list.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/hs_list.cpp b/modules/commands/hs_list.cpp
index bacd4b367..8cda26c38 100644
--- a/modules/commands/hs_list.cpp
+++ b/modules/commands/hs_list.cpp
@@ -11,7 +11,7 @@
#include "module.h"
-class CommandHSList
+class CommandHSList final
: public Command
{
public:
@@ -143,7 +143,7 @@ public:
}
};
-class HSList
+class HSList final
: public Module
{
CommandHSList commandhslist;