We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bce611 commit 8b58c6bCopy full SHA for 8b58c6b
1 file changed
indra/newview/fsfloaterim.cpp
@@ -1595,7 +1595,7 @@ void FSFloaterIM::updateMessages()
1595
// See also LLSpeakers::updateSpeakers() for own "has_spoken" extension. -Zi
1596
if (!is_history && !pIMSession->mSpeakers->findSpeaker(from_id))
1597
{
1598
- const std::string& from_id_str = from_id.asString();
+ const std::string from_id_str = from_id.asString();
1599
LLSD new_speaker;
1600
new_speaker["session_id"] = mSessionID;
1601
new_speaker["agent_updates"][from_id_str]["transition"] = "ENTER";
0 commit comments