diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-07-12 16:36:01 +0300 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-07-12 16:36:01 +0300 |
commit | 6dff1477d5898c54ea0a08aa72bd099b628433e7 (patch) | |
tree | 13544d7e0397d2a34c5a78fe56ea63cb7acab998 /indra/newview/llimconversation.h | |
parent | aafbf0d21301ccaf2e447a556d08e6686f519d4d (diff) |
CHUI-199 FIXED Save positioning of conversations between sessions
Diffstat (limited to 'indra/newview/llimconversation.h')
-rw-r--r-- | indra/newview/llimconversation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimconversation.h b/indra/newview/llimconversation.h index 682779a44b..19d1e523f0 100644 --- a/indra/newview/llimconversation.h +++ b/indra/newview/llimconversation.h @@ -91,6 +91,7 @@ protected: bool mIsNearbyChat; bool mIsP2PChat; + bool mWasHosted; LLLayoutPanel* mParticipantListPanel; LLParticipantList* mParticipantList; |