summaryrefslogtreecommitdiff
path: root/modules/commands/ns_drop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ns_drop.cpp')
-rw-r--r--modules/commands/ns_drop.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/ns_drop.cpp b/modules/commands/ns_drop.cpp
index d69486e8a..dbdbe09be 100644
--- a/modules/commands/ns_drop.cpp
+++ b/modules/commands/ns_drop.cpp
@@ -11,7 +11,7 @@
#include "module.h"
-class CommandNSDrop
+class CommandNSDrop final
: public Command
{
public:
@@ -72,7 +72,7 @@ public:
}
};
-class NSDrop
+class NSDrop final
: public Module
{
CommandNSDrop commandnsdrop;