From 4be4ccdf2628423644d42531322bea913dfe0191 Mon Sep 17 00:00:00 2001 From: om Date: Sun, 5 Feb 2006 09:55:13 +0000 Subject: Add .c_str()'s to m_sqloper in call to OneOfMatches(), and change prototype of OneOfMatches to take const char* instead of char*. Either that or case all the .c_str()'s to lose the const :" git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3091 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/cmd_oper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cmd_oper.h') diff --git a/include/cmd_oper.h b/include/cmd_oper.h index 879671da6..e71ca07a6 100644 --- a/include/cmd_oper.h +++ b/include/cmd_oper.h @@ -28,7 +28,7 @@ #include "users.h" #include "channels.h" -bool OneOfMatches(char* host, char* hostlist); +bool OneOfMatches(const char* host, const char* hostlist); class cmd_oper : public command_t { -- cgit v1.2.3