diff --git a/include/transport/userregistration.h b/include/transport/userregistration.h index 757c9d8925c4dd5e06841d488492ebfc1d282b96..2e9b6136ea47f7b58a3c54d0f27d8aec3859ba73 100644 --- a/include/transport/userregistration.h +++ b/include/transport/userregistration.h @@ -70,8 +70,8 @@ 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;