X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_squit.h;h=0201ab59c884dc2014fbf910a6a4e7a5b0b1cbfa;hb=8c2d96013084de950e3a63be4ae6ed626c4093ab;hp=9b1a19bf2f639b3cb37fb328f4752f0b7c6dea74;hpb=449bbb6e04f73685341fc22acb4b579794bd56ac;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_squit.h b/include/commands/cmd_squit.h index 9b1a19bf2..0201ab59c 100644 --- a/include/commands/cmd_squit.h +++ b/include/commands/cmd_squit.h @@ -39,7 +39,7 @@ class CommandSquit : public Command * @param user The user issuing the command * @return A value from CmdResult to indicate command success or failure. */ - CmdResult Handle(const char** parameters, int pcnt, User *user); + CmdResult Handle(const char* const* parameters, int pcnt, User *user); }; #endif