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