From 3f971b447fae258a92f2cc6645497cce93f1c04e Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 4 Apr 2008 13:29:15 +0000 Subject: Change the function name because gcc is dumb :/ git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9305 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/protocol.h') diff --git a/include/protocol.h b/include/protocol.h index 85490c1d0..44964e1e8 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -36,7 +36,7 @@ class ProtocolInterface : public Extensible virtual void SendMode(const std::string &target, parameterlist &modedata) { } - virtual void SendMode(const std::string &target, const std::string &modeline) + virtual void SendModeStr(const std::string &target, const std::string &modeline) { /* Convenience function */ irc::spacesepstream x(modeline); -- cgit v1.2.3