diff options
-rw-r--r-- | include/hashcomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index 22998cc90..2d6be15a9 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -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. */ |