summaryrefslogtreecommitdiff
path: root/modules/commands/ms_check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ms_check.cpp')
-rw-r--r--modules/commands/ms_check.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/ms_check.cpp b/modules/commands/ms_check.cpp
index be5e7fc56..d3556379d 100644
--- a/modules/commands/ms_check.cpp
+++ b/modules/commands/ms_check.cpp
@@ -11,7 +11,7 @@
#include "module.h"
-class CommandMSCheck
+class CommandMSCheck final
: public Command
{
public:
@@ -73,7 +73,7 @@ public:
}
};
-class MSCheck
+class MSCheck final
: public Module
{
CommandMSCheck commandmscheck;