summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-19 13:08:10 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-19 13:08:10 +0000
commitc3a71b7dcbfe855058a84e22651aea3910133aa1 (patch)
treec2682496dee4a394f91a4ccc7ddcf3159f5cb0ae /indra/newview/llchathistory.h
parent24c7e08b4038e77792e4eca318c00bcc80138d7e (diff)
parentf752b73cb2c18521765760bb7986816ee7b94056 (diff)
PE merge.
Diffstat (limited to 'indra/newview/llchathistory.h')
-rw-r--r--indra/newview/llchathistory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.h b/indra/newview/llchathistory.h
index 32600bb71d..950b32861b 100644
--- a/indra/newview/llchathistory.h
+++ b/indra/newview/llchathistory.h
@@ -128,7 +128,8 @@ class LLChatHistory : public LLUICtrl
std::string mLastFromName;
LLUUID mLastFromID;
LLDate mLastMessageTime;
- std::string mLastMessageTimeStr;
+ bool mIsLastMessageFromLog;
+ //std::string mLastMessageTimeStr;
std::string mMessageHeaderFilename;
std::string mMessageSeparatorFilename;