summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-28 09:56:35 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-28 09:56:35 -0800
commit9997587e390cc309e71cffb55f5cf6a9ad90da69 (patch)
treefc54491e875a31799cfb41acde73363617ec586c /indra/llcommon
parent9a4d075f3b8ab1ccf760187beeb81f9bf17e69b1 (diff)
parentda08cc05af85ac334cabd943a5d9fcbcaa1500b6 (diff)
PE merge.
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llchat.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llcommon/llchat.h b/indra/llcommon/llchat.h
index 5af7991006..46456882ba 100644
--- a/indra/llcommon/llchat.h
+++ b/indra/llcommon/llchat.h
@@ -87,7 +87,8 @@ public:
mTimeStr(),
mPosAgent(),
mURL(),
- mChatStyle(CHAT_STYLE_NORMAL)
+ mChatStyle(CHAT_STYLE_NORMAL),
+ mSessionID()
{ }
std::string mText; // UTF-8 line of text
@@ -102,6 +103,7 @@ public:
LLVector3 mPosAgent;
std::string mURL;
EChatStyle mChatStyle;
+ LLUUID mSessionID;
};
#endif