diff options
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Authenticator.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/Protocol/Authenticator.h b/src/Protocol/Authenticator.h index 5ce06093c..98bf17512 100644 --- a/src/Protocol/Authenticator.h +++ b/src/Protocol/Authenticator.h @@ -14,12 +14,10 @@ #include "../OSSupport/IsThread.h" +// fwd: +class cUUID; class cSettingsRepositoryInterface; - - - - namespace Json { class Value; @@ -90,7 +88,7 @@ private: /** Returns true if the user authenticated okay, false on error Returns the case-corrected username, UUID, and properties (eg. skin). */ - bool AuthWithYggdrasil(AString & a_UserName, const AString & a_ServerId, AString & a_UUID, Json::Value & a_Properties); + bool AuthWithYggdrasil(AString & a_UserName, const AString & a_ServerId, cUUID & a_UUID, Json::Value & a_Properties); }; |