]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hashcomp.h
Add counter system for umodes to get rid of some O(n)
[user/henk/code/inspircd.git] / include / hashcomp.h
index 22998cc90c7273f30592e154347cb21ba41887de..2d6be15a9be097d09d40c2f0e362fde5bf3991fa 100644 (file)
@@ -521,7 +521,7 @@ namespace irc
         */
        typedef basic_string<char, irc_char_traits, allocator<char> > string;
 
-       const char* Spacify(char* n);
+       const char* Spacify(const char* n);
 }
 
 /* Define operators for using >> and << with irc::string to an ostream on an istream. */