diff options
Diffstat (limited to 'modules/commands/ms_sendall.cpp')
-rw-r--r-- | modules/commands/ms_sendall.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/commands/ms_sendall.cpp b/modules/commands/ms_sendall.cpp index 5ade6722b..cba0a160e 100644 --- a/modules/commands/ms_sendall.cpp +++ b/modules/commands/ms_sendall.cpp @@ -14,6 +14,8 @@ #include "module.h" #include "memoserv.h" +static ServiceReference<MemoServService> MemoServService("MemoServService", "MemoServ"); + class CommandMSSendAll : public Command { public: |