diff options
Diffstat (limited to 'modules/commands/ms_sendall.cpp')
-rw-r--r-- | modules/commands/ms_sendall.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/ms_sendall.cpp b/modules/commands/ms_sendall.cpp index a7bdb5d93..c04ff7a3f 100644 --- a/modules/commands/ms_sendall.cpp +++ b/modules/commands/ms_sendall.cpp @@ -16,7 +16,7 @@ namespace ServiceReference<MemoServService> memoserv("MemoServService", "MemoServ"); } -class CommandMSSendAll +class CommandMSSendAll final : public Command { public: @@ -53,7 +53,7 @@ public: } }; -class MSSendAll +class MSSendAll final : public Module { CommandMSSendAll commandmssendall; |