X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_zline.h;h=6b1ca9e0a71a6366e6a36d02d03c88de8109ffd9;hb=8c2d96013084de950e3a63be4ae6ed626c4093ab;hp=b6a3a037a185e64e421a188f2b64e7b54549c3c5;hpb=449bbb6e04f73685341fc22acb4b579794bd56ac;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_zline.h b/include/commands/cmd_zline.h index b6a3a037a..6b1ca9e0a 100644 --- a/include/commands/cmd_zline.h +++ b/include/commands/cmd_zline.h @@ -36,7 +36,7 @@ class CommandZline : 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