summaryrefslogtreecommitdiff
path: root/src/commands/cmd_names.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/cmd_names.cpp')
-rw-r--r--src/commands/cmd_names.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_names.cpp b/src/commands/cmd_names.cpp
index bfde4e40a..1c5327327 100644
--- a/src/commands/cmd_names.cpp
+++ b/src/commands/cmd_names.cpp
@@ -21,7 +21,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance)
/** Handle /NAMES
*/
-CmdResult CommandNames::Handle (const char** parameters, int pcnt, User *user)
+CmdResult CommandNames::Handle (const char* const* parameters, int pcnt, User *user)
{
Channel* c;