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