summaryrefslogtreecommitdiff
path: root/modules/commands/ms_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ms_info.cpp')
-rw-r--r--modules/commands/ms_info.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/ms_info.cpp b/modules/commands/ms_info.cpp
index adeb5d082..c76a446cd 100644
--- a/modules/commands/ms_info.cpp
+++ b/modules/commands/ms_info.cpp
@@ -11,7 +11,7 @@
#include "module.h"
-class CommandMSInfo
+class CommandMSInfo final
: public Command
{
public:
@@ -219,7 +219,7 @@ public:
}
};
-class MSInfo
+class MSInfo final
: public Module
{
CommandMSInfo commandmsinfo;