]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_topic.h
Add fixes to stop people changing the SID of a live server - certain configuration...
[user/henk/code/inspircd.git] / include / commands / cmd_topic.h
index 66540af89d43b7fb401d7064cfce474f365f240b..444e61cfc001171b2de08f5a9c1ba8c0b636dbb5 100644 (file)
@@ -36,7 +36,7 @@ class CommandTopic : 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