diff options
author | Adam <Adam@anope.org> | 2013-01-06 16:13:35 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-01-06 16:13:35 -0500 |
commit | ed719c80e75f36475626233207a530de2659a063 (patch) | |
tree | 303c53ce36324b286e10a3e76d98a5e22a13fe1c /modules/commands/ms_rsend.cpp | |
parent | 77dc2e474669d8f0bee3cc047a10ddcfc4faf700 (diff) |
Buggy compilers are buggy
Diffstat (limited to 'modules/commands/ms_rsend.cpp')
-rw-r--r-- | modules/commands/ms_rsend.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/commands/ms_rsend.cpp b/modules/commands/ms_rsend.cpp index b08b9be85..3787e9428 100644 --- a/modules/commands/ms_rsend.cpp +++ b/modules/commands/ms_rsend.cpp @@ -14,6 +14,8 @@ #include "module.h" #include "memoserv.h" +static ServiceReference<MemoServService> MemoServService("MemoServService", "MemoServ"); + class CommandMSRSend : public Command { public: |