]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_reloadmodule.h
Wheee, mass commit! this adds const stafety, throwing a compile error if anyone does...
[user/henk/code/inspircd.git] / include / commands / cmd_reloadmodule.h
index f35caf0f20be5b383510c8bb5f0718277e7f8fe5..16976351e43e9e7bd5c6c5eb511e0c961f0c598d 100644 (file)
@@ -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