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