summaryrefslogtreecommitdiff
path: root/modules/commands/cs_enforce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/cs_enforce.cpp')
-rw-r--r--modules/commands/cs_enforce.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/cs_enforce.cpp b/modules/commands/cs_enforce.cpp
index dc60e9c5c..825301cdd 100644
--- a/modules/commands/cs_enforce.cpp
+++ b/modules/commands/cs_enforce.cpp
@@ -13,7 +13,7 @@
#include "module.h"
-class CommandCSEnforce
+class CommandCSEnforce final
: public Command
{
private:
@@ -263,7 +263,7 @@ public:
}
};
-class CSEnforce
+class CSEnforce final
: public Module
{
CommandCSEnforce commandcsenforce;