From c926070195545fcded6581623ce49a0ef57af032 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 2 Nov 2006 20:34:01 +0000 Subject: Please in the future everyone: DO NOT submit patches via nopaste. Nopaste is not designed for this, and mangles your patch so we cant apply it. gzip it instead! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5632 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/users.h b/include/users.h index 536f37a80..003123b0b 100644 --- a/include/users.h +++ b/include/users.h @@ -78,7 +78,7 @@ class UserResolver : public Resolver int bound_fd; bool fwd; public: - UserResolver(InspIRCd* Instance, userrec* user, std::string to_resolve, bool forward); + UserResolver(InspIRCd* Instance, userrec* user, std::string to_resolve, QueryType qt); void OnLookupComplete(const std::string &result); void OnError(ResolverError e, const std::string &errormessage); -- cgit v1.2.3