mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
bug fix
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ void ChatAvatarCore::setLoginPriority(int loginPriority)
|
||||
m_loginPriority = loginPriority;
|
||||
}
|
||||
|
||||
void ChatAvatarCore::setEmail(static const Plat_Unicode::String &email)
|
||||
void ChatAvatarCore::setEmail(static const Plat_Unicode::String email)
|
||||
{
|
||||
m_email = email;
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ namespace ChatSystem
|
||||
|
||||
void setAttributes(unsigned long attributes);
|
||||
void setLoginPriority(int loginPriority);
|
||||
void setEmail(const Plat_Unicode::String &email);
|
||||
void setEmail(const Plat_Unicode::String email);
|
||||
void setInboxLimit(unsigned inboxLimit);
|
||||
void setStatusMessage(const Plat_Unicode::String &statusMessage);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user