summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorSteve Bennetts <steve@lindenlab.com>2009-11-18 14:24:41 -0800
committerSteve Bennetts <steve@lindenlab.com>2009-11-18 14:24:41 -0800
commitdd9f2ca5f555d529d8f8b6168115ca3d3155fac7 (patch)
tree5c73fc1f5275df0c5546f2bc1dc85e0f4e83e40f /indra/llcommon
parentbecfbd2b8295e3007fe151cd9b69d0af139040e2 (diff)
parenta27706ad2e42718ad107e25fe7c29f1c0513fabc (diff)
Merge from product-engine
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llchat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llchat.h b/indra/llcommon/llchat.h
index acd0da61a4..5af7991006 100644
--- a/indra/llcommon/llchat.h
+++ b/indra/llcommon/llchat.h
@@ -84,6 +84,7 @@ public:
mAudible(CHAT_AUDIBLE_FULLY),
mMuted(FALSE),
mTime(0.0),
+ mTimeStr(),
mPosAgent(),
mURL(),
mChatStyle(CHAT_STYLE_NORMAL)
@@ -97,6 +98,7 @@ public:
EChatAudible mAudible;
BOOL mMuted; // pass muted chat to maintain list of chatters
F64 mTime; // viewer only, seconds from viewer start
+ std::string mTimeStr;
LLVector3 mPosAgent;
std::string mURL;
EChatStyle mChatStyle;