diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-03 09:23:53 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-03 09:23:53 +0200 |
commit | 003b6f19506e5934b052f81d9ef1b88bf5ad486d (patch) | |
tree | 262d9bde306380444552794aab396008fe2f6432 /indra/newview/llchathistory.h | |
parent | 3c8f89246712d1e5391ab1bdd6bbc36a83f210d8 (diff) |
fix for normal EXT-2944 [BSI] Object chat and Resident chat is combined in Nearby Chat floater when object and Resident share the same name
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchathistory.h')
-rw-r--r-- | indra/newview/llchathistory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llchathistory.h b/indra/newview/llchathistory.h index d2cfa53d8b..8ca7dd1d58 100644 --- a/indra/newview/llchathistory.h +++ b/indra/newview/llchathistory.h @@ -114,6 +114,7 @@ class LLChatHistory : public LLTextEditor private: std::string mLastFromName; + LLUUID mLastFromID; LLDate mLastMessageTime; std::string mMessageHeaderFilename; std::string mMessageSeparatorFilename; |