summaryrefslogtreecommitdiff
path: root/src/cmd_summon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_summon.cpp')
-rw-r--r--src/cmd_summon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_summon.cpp b/src/cmd_summon.cpp
index ff1659263..c323e2e3c 100644
--- a/src/cmd_summon.cpp
+++ b/src/cmd_summon.cpp
@@ -19,7 +19,7 @@
#include "helperfuncs.h"
#include "commands/cmd_summon.h"
-void cmd_summon::Handle (char **parameters, int pcnt, userrec *user)
+void cmd_summon::Handle (const char** parameters, int pcnt, userrec *user)
{
WriteServ(user->fd,"445 %s :SUMMON has been disabled (depreciated command)",user->nick);
}