diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-11-02 20:34:01 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-11-02 20:34:01 +0000 |
commit | c926070195545fcded6581623ce49a0ef57af032 (patch) | |
tree | 67ed327d516200fbe641d5b972883b68d64fe5f1 /include | |
parent | c2022e89e5ae24366f99aae8acc55f59ae868690 (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |