From 7a3d08f06cc22688a70c5274fe0dd489f93e9794 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 9 Mar 2006 20:11:07 +0000 Subject: Tidyup to pass some stuff by reference (much faster, no copy involved) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3601 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cull_list.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cull_list.cpp') diff --git a/src/cull_list.cpp b/src/cull_list.cpp index 224a9e3da..a8188701a 100644 --- a/src/cull_list.cpp +++ b/src/cull_list.cpp @@ -81,7 +81,7 @@ bool CullList::IsValid(userrec* user) return false; } -CullItem::CullItem(userrec* u, std::string r) +CullItem::CullItem(userrec* u, std::string &r) { this->user = u; this->reason = r; @@ -103,7 +103,7 @@ CullList::CullList() exempt.clear(); } -void CullList::AddItem(userrec* user, std::string reason) +void CullList::AddItem(userrec* user, std::string &reason) { if (exempt.find(user) == exempt.end()) { -- cgit v1.3.1-10-gc9f91