From d7d188e1c54e51b36bd8cb9ada717dd131699d49 Mon Sep 17 00:00:00 2001 From: peavey Date: Sat, 16 Dec 2006 02:54:16 +0000 Subject: [PATCH] Make irc::spacify take 'const char*' instead of 'char*' git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6006 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/hashcomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 > 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. */ -- 2.39.5