summaryrefslogtreecommitdiff
path: root/src/core/ms_sendall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ms_sendall.c')
-rw-r--r--src/core/ms_sendall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_sendall.c b/src/core/ms_sendall.c
index 180bbf869..c594be03f 100644
--- a/src/core/ms_sendall.c
+++ b/src/core/ms_sendall.c
@@ -22,7 +22,7 @@ class CommandMSSendAll : public Command
{
}
- CommandReturn Execute(User *u, std::vector<ci::string> &params)
+ CommandReturn Execute(User *u, const std::vector<ci::string> &params)
{
int i, z = 1;
NickCore *nc;