summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.h
diff options
context:
space:
mode:
authorIgor Borovkov <iborovkov@productengine.com>2010-01-25 18:43:31 +0200
committerIgor Borovkov <iborovkov@productengine.com>2010-01-25 18:43:31 +0200
commit254b7d72d17c279aa906ee235f08ff1fa9e2b9cf (patch)
tree9fc5df0cc71354401865f4e1b156fddd186bf828 /indra/newview/llchathistory.h
parente3e4a301ab00d62d7ecf5d5ce2f4d217bc6c79e0 (diff)
fixed EXT-4601 [BSI] New IM sessions use obsolete timestamps for first message
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llchathistory.h')
-rw-r--r--indra/newview/llchathistory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llchathistory.h b/indra/newview/llchathistory.h
index f2d403f639..c2c60e60cf 100644
--- a/indra/newview/llchathistory.h
+++ b/indra/newview/llchathistory.h
@@ -125,6 +125,8 @@ class LLChatHistory : public LLUICtrl
std::string mLastFromName;
LLUUID mLastFromID;
LLDate mLastMessageTime;
+ std::string mLastMessageTimeStr;
+
std::string mMessageHeaderFilename;
std::string mMessageSeparatorFilename;