From bd0413a193f185d4d7a8b26fb19b6b997489e134 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 2 Oct 2006 08:51:45 +0000 Subject: More efficient modestacker git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5390 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/hashcomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/hashcomp.h b/include/hashcomp.h index dde123acb..1f6592093 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -131,7 +131,7 @@ namespace irc public: modestacker(bool add); void Push(char modeletter, const std::string ¶meter); - std::deque GetStackedLine(); + int GetStackedLine(std::deque &result); }; /** irc::tokenstream reads a string formatted as per RFC1459 and RFC2812. -- cgit v1.2.3