diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-26 12:58:14 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-26 12:58:14 +0200 |
commit | b884eede5126309bcb1742555ea14308efaa9f20 (patch) | |
tree | 5aebab373577386d7a2845fd1d29739f2dcf0509 /indra/newview/llchathistory.h | |
parent | 4c81e7a85c3fe69f16ac3996df732627dda8533a (diff) |
EXT-2831 Timestamps are missing in nearby chat toasts
--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 ef5839ff2f..d2cfa53d8b 100644 --- a/indra/newview/llchathistory.h +++ b/indra/newview/llchathistory.h @@ -114,6 +114,7 @@ class LLChatHistory : public LLTextEditor private: std::string mLastFromName; + LLDate mLastMessageTime; std::string mMessageHeaderFilename; std::string mMessageSeparatorFilename; |