diff --git a/include/transport/userregistration.h b/include/transport/userregistration.h index 368cecc7a1c7827ae98b8779a7b71760245b41b4..21ac00d03c53cac9d83007fc0a378399a2261d2f 100644 --- a/include/transport/userregistration.h +++ b/include/transport/userregistration.h @@ -31,6 +31,7 @@ struct UserInfo; class Component; class StorageBackend; class UserManager; +class Config; class UserRegistration : Swift::GetResponder, Swift::SetResponder { public: @@ -54,6 +55,7 @@ class UserRegistration : Swift::GetResponder, Component *m_component; StorageBackend *m_storageBackend; UserManager *m_userManager; + Config *m_config; };