summaryrefslogtreecommitdiff
path: root/modules/commands/ms_ignore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ms_ignore.cpp')
-rw-r--r--modules/commands/ms_ignore.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/ms_ignore.cpp b/modules/commands/ms_ignore.cpp
index a1d2d6dc3..c67c1b550 100644
--- a/modules/commands/ms_ignore.cpp
+++ b/modules/commands/ms_ignore.cpp
@@ -11,7 +11,7 @@
#include "module.h"
-class CommandMSIgnore
+class CommandMSIgnore final
: public Command
{
public:
@@ -119,7 +119,7 @@ public:
}
};
-class MSIgnore
+class MSIgnore final
: public Module
{
CommandMSIgnore commandmsignore;