summaryrefslogtreecommitdiff
path: root/modules/commands/ms_del.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ms_del.cpp')
-rw-r--r--modules/commands/ms_del.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/commands/ms_del.cpp b/modules/commands/ms_del.cpp
index 01e882e44..469fdf221 100644
--- a/modules/commands/ms_del.cpp
+++ b/modules/commands/ms_del.cpp
@@ -11,7 +11,7 @@
#include "module.h"
-class MemoDelCallback
+class MemoDelCallback final
: public NumberList
{
CommandSource &source;
@@ -37,7 +37,7 @@ public:
}
};
-class CommandMSDel
+class CommandMSDel final
: public Command
{
public:
@@ -146,7 +146,7 @@ public:
}
};
-class MSDel
+class MSDel final
: public Module
{
CommandMSDel commandmsdel;