diff options
author | James Cook <james@lindenlab.com> | 2010-05-25 11:40:29 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-05-25 11:40:29 -0700 |
commit | d6ea42984553b7adb6f26cf2ed094d32e36814d2 (patch) | |
tree | 25fe04a20b89ce63ad5c6b32856371c46a728c08 /indra/newview/lllogchat.h | |
parent | fb51f985c35f5dae85057ad932928b8fcd44cc73 (diff) |
DEV-50013 Display names load at startup in local chat/IM history
Had to change the chat log file format to include agent_id.
Code will load viewer 2.0 logs, but viewer 2.0 will just discard
data from 2.1 logs, which seems OK. Reviewed with Leyla.
Diffstat (limited to 'indra/newview/lllogchat.h')
-rw-r--r-- | indra/newview/lllogchat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllogchat.h b/indra/newview/lllogchat.h index 4290e4bbc0..a67b58e55b 100644 --- a/indra/newview/lllogchat.h +++ b/indra/newview/lllogchat.h @@ -106,7 +106,7 @@ public: * * @return false if failed to parse mandatory data - message text */ - static bool parse(std::string& raw, LLSD& im); + static bool parse(const std::string& raw, LLSD& im); protected: LLChatLogParser(); |