From 26d3801f754b727f73cad5aad1e5a3e4b26f6b77 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Fri, 15 Jan 2016 23:24:19 -0600 Subject: [PATCH] whoops --- .../library/soePlatform/ChatAPI/projects/ChatAPI/Request.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/3rd/library/soePlatform/ChatAPI/projects/ChatAPI/Request.cpp b/external/3rd/library/soePlatform/ChatAPI/projects/ChatAPI/Request.cpp index e58b011c..01afbcf7 100644 --- a/external/3rd/library/soePlatform/ChatAPI/projects/ChatAPI/Request.cpp +++ b/external/3rd/library/soePlatform/ChatAPI/projects/ChatAPI/Request.cpp @@ -124,7 +124,7 @@ void RGetAvatarKeywords::pack(ByteStream &msg) put(msg, m_srcAvatarID); } -RSearchAvatarKeywords::RSearchAvatarKeywords(const ChatUnicodeString nodeAddress, const ChatUnicodeString *keywordsList, unsigned keywordsLength) +RSearchAvatarKeywords::RSearchAvatarKeywords(const ChatUnicodeString &nodeAddress, const ChatUnicodeString *keywordsList, unsigned keywordsLength) : GenericRequest(REQUEST_SEARCHAVATARKEYWORDS), m_keywordsLength(keywordsLength), m_keywordsList(NULL)