]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_unloadmodule.h
Wheee, mass commit! this adds const stafety, throwing a compile error if anyone does...
[user/henk/code/inspircd.git] / include / commands / cmd_unloadmodule.h
index bffbe3f242e1c49682bce8dd32a33cd81e87108b..3fdc70bfdb964d739559e0d8249668e84f92161b 100644 (file)
@@ -36,7 +36,7 @@ class CommandUnloadmodule : 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