]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/mode.h
This should fix it, thanks w00t
[user/henk/code/inspircd.git] / include / mode.h
index 8669f50e5e48ddb410ba0666534f77777bea7fb9..ca610e46a0f28157dca75f3d57030d4ffb9f017f 100644 (file)
@@ -467,7 +467,7 @@ class CoreExport ModeParser : public classbase
         * and *user->server == NULL.
         * @param servermode True if a server is setting the mode.
         */
-       void Process(const char** parameters, int pcnt, User *user, bool servermode);
+       void Process(const char* const* parameters, int pcnt, User *user, bool servermode);
 
        /** Find the mode handler for a given mode and type.
         * @param modeletter mode letter to search for