summaryrefslogtreecommitdiff
path: root/modules/commands/ms_rsend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ms_rsend.cpp')
-rw-r--r--modules/commands/ms_rsend.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/ms_rsend.cpp b/modules/commands/ms_rsend.cpp
index 092a0ea34..a5de58e56 100644
--- a/modules/commands/ms_rsend.cpp
+++ b/modules/commands/ms_rsend.cpp
@@ -16,7 +16,7 @@ namespace
ServiceReference<MemoServService> memoserv("MemoServService", "MemoServ");
}
-class CommandMSRSend
+class CommandMSRSend final
: public Command
{
public:
@@ -89,7 +89,7 @@ public:
}
};
-class MSRSend
+class MSRSend final
: public Module
{
CommandMSRSend commandmsrsend;