X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_reloadmodule.h;h=16976351e43e9e7bd5c6c5eb511e0c961f0c598d;hb=dd36852a52e8541306b76c5b88bce8ab9b36654c;hp=f35caf0f20be5b383510c8bb5f0718277e7f8fe5;hpb=5509c602cb8783ceadf8028ff80c5dbeb4818704;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_reloadmodule.h b/include/commands/cmd_reloadmodule.h index f35caf0f2..16976351e 100644 --- a/include/commands/cmd_reloadmodule.h +++ b/include/commands/cmd_reloadmodule.h @@ -36,7 +36,7 @@ class CommandReloadmodule : 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