]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_vhost.cpp
Wheee, mass commit! this adds const stafety, throwing a compile error if anyone does...
[user/henk/code/inspircd.git] / src / modules / m_vhost.cpp
index 371f99dfaa7ab71b344eda0a545fcb53097ac6fa..59810996680775174cd8624c54b95eebe966a4bb 100644 (file)
@@ -26,7 +26,7 @@ class CommandVhost : public Command
                syntax = "<username> <password>";
        }
 
-       CmdResult Handle (const char** parameters, int pcnt, User *user)
+       CmdResult Handle (const char* const* parameters, int pcnt, User *user)
        {
                ConfigReader *Conf = new ConfigReader(ServerInstance);