]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_topic.h
Penalty should be 'const int'. Note, you can set a const in the constructors init...
[user/henk/code/inspircd.git] / include / commands / cmd_topic.h
index 0e75df750f8b14251d2d9fb0f2f7e1d05e28f62d..3375c164100263c822c269d964c89fbab873c64e 100644 (file)
@@ -36,7 +36,7 @@ class cmd_topic : 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, userrec *user);
+       CmdResult Handle(const char** parameters, int pcnt, User *user);
 };
 
 #endif