From 7bed05d8f33f4144b9edab8cafff9f7b278d2ede Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Mon, 27 Oct 2014 21:07:53 -0700 Subject: [PATCH] fuuuu --- .../soePlatform/ChatAPI/projects/ChatAPI/ChatAvatarCore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/3rd/library/soePlatform/ChatAPI/projects/ChatAPI/ChatAvatarCore.cpp b/external/3rd/library/soePlatform/ChatAPI/projects/ChatAPI/ChatAvatarCore.cpp index aa1981c5..25e2e8f0 100644 --- a/external/3rd/library/soePlatform/ChatAPI/projects/ChatAPI/ChatAvatarCore.cpp +++ b/external/3rd/library/soePlatform/ChatAPI/projects/ChatAPI/ChatAvatarCore.cpp @@ -168,7 +168,7 @@ void ChatAvatarCore::setLoginPriority(int loginPriority) m_loginPriority = loginPriority; } -void ChatAvatarCore::setEmail(static const Plat_Unicode::String email) +void ChatAvatarCore::setEmail(const Plat_Unicode::String email) { m_email = email; }