diff --git a/include/transport/userregistration.h b/include/transport/userregistration.h index 1edd2f0eb6dcb851549cef039e2edfef9247d4d2..757c9d8925c4dd5e06841d488492ebfc1d282b96 100644 --- a/include/transport/userregistration.h +++ b/include/transport/userregistration.h @@ -71,7 +71,7 @@ class UserRegistration : public Swift::Responder payload); virtual bool handleSetRequest(const Swift::JID& from, const Swift::JID& to, const std::string& id, boost::shared_ptr payload); - void handleRegisterRemoteRosterResponse(boost::shared_ptr payload, Swift::ErrorPayload::ref error, const UserInfo &row); + void handleRegisterRemoteRosterResponse(boost::shared_ptr payload, Swift::ErrorPayload::ref error, const UserInfo &row); void handleUnregisterRemoteRosterResponse(boost::shared_ptr payload, Swift::ErrorPayload::ref error, const std::string &barejid); Component *m_component;