diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-08-21 16:22:43 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-08-21 16:22:43 +0300 |
commit | 9773e06cc12b432772eda856c5281c749caec988 (patch) | |
tree | 9d600cf2d5af2993a6272df1c5f048e41a0c5451 /indra/newview/llfloaterconversationpreview.h | |
parent | 99a4bd23dadbdaf8e82ceca26af531c93d5fd4a6 (diff) |
SL-11753 FIXED Group & Resident with the same name share chat history.
Diffstat (limited to 'indra/newview/llfloaterconversationpreview.h')
-rw-r--r-- | indra/newview/llfloaterconversationpreview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterconversationpreview.h b/indra/newview/llfloaterconversationpreview.h index a8dbbc9ffe..7ca4ee6945 100644 --- a/indra/newview/llfloaterconversationpreview.h +++ b/indra/newview/llfloaterconversationpreview.h @@ -66,6 +66,7 @@ private: bool mShowHistory; bool mHistoryThreadsBusy; bool mOpened; + bool mIsGroup; }; #endif /* LLFLOATERCONVERSATIONPREVIEW_H_ */ |