diff options
Diffstat (limited to 'modules/commands/ms_send.cpp')
-rw-r--r-- | modules/commands/ms_send.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/ms_send.cpp b/modules/commands/ms_send.cpp index ced13bb6f..1335f1ad4 100644 --- a/modules/commands/ms_send.cpp +++ b/modules/commands/ms_send.cpp @@ -16,7 +16,7 @@ namespace ServiceReference<MemoServService> memoserv("MemoServService", "MemoServ"); } -class CommandMSSend +class CommandMSSend final : public Command { public: @@ -72,7 +72,7 @@ public: } }; -class MSSend +class MSSend final : public Module { CommandMSSend commandmssend; |