diff options
Diffstat (limited to 'include/users.h')
-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 ea8700485..71a0763da 100644 --- a/include/users.h +++ b/include/users.h @@ -79,7 +79,7 @@ class UserResolver : public Resolver UserResolver(userrec* user, std::string to_resolve, bool forward); void OnLookupComplete(const std::string &result); - void OnError(ResolverError e); + void OnError(ResolverError e, const std::string &errormessage); }; |