summaryrefslogtreecommitdiff
path: root/src/cmd_pong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_pong.cpp')
-rw-r--r--src/cmd_pong.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_pong.cpp b/src/cmd_pong.cpp
index 76acfbccd..cf86b5b53 100644
--- a/src/cmd_pong.cpp
+++ b/src/cmd_pong.cpp
@@ -19,7 +19,7 @@
#include "commands/cmd_pong.h"
#include "helperfuncs.h"
-void cmd_pong::Handle (char **parameters, int pcnt, userrec *user)
+void cmd_pong::Handle (const char** parameters, int pcnt, userrec *user)
{
// set the user as alive so they survive to next ping
user->lastping = 1;