summaryrefslogtreecommitdiff
path: root/src/cmd_motd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_motd.cpp')
-rw-r--r--src/cmd_motd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_motd.cpp b/src/cmd_motd.cpp
index 2efd8d55b..a8cee2727 100644
--- a/src/cmd_motd.cpp
+++ b/src/cmd_motd.cpp
@@ -19,7 +19,7 @@
#include "helperfuncs.h"
#include "commands/cmd_motd.h"
-void cmd_motd::Handle (char **parameters, int pcnt, userrec *user)
+void cmd_motd::Handle (const char** parameters, int pcnt, userrec *user)
{
ShowMOTD(user);
}