diff options
author | Merov Linden <merov@lindenlab.com> | 2012-10-04 20:36:04 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-10-04 20:36:04 -0700 |
commit | f533a251553d95045ab7c1d37a149004cd1e2ef0 (patch) | |
tree | 67de6df07f6d68b75fcc11f5cb640a8775f92c24 /indra/newview/llimfloatercontainer.h | |
parent | 5d846e141464f02a1d896ffa82d639f973f8044b (diff) |
CHUI-381 : Implement add_participant and update_participant events handling.
Diffstat (limited to 'indra/newview/llimfloatercontainer.h')
-rw-r--r-- | indra/newview/llimfloatercontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimfloatercontainer.h b/indra/newview/llimfloatercontainer.h index 832e67ae23..ceb054dfa3 100644 --- a/indra/newview/llimfloatercontainer.h +++ b/indra/newview/llimfloatercontainer.h @@ -149,7 +149,7 @@ private: conversations_widgets_map mConversationsWidgets; LLConversationViewModel mConversationViewModel; LLFolderView* mConversationsRoot; - LLEventStream mStream; + LLEventStream mConversationsEventStream; }; #endif // LL_LLIMFLOATERCONTAINER_H |