diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2024-07-23 21:43:09 -0400 |
---|---|---|
committer | Rye Mutt <rye@alchemyviewer.org> | 2024-07-25 08:45:52 -0400 |
commit | b5491416a0d26261b90fd37edf462fe9b9e0ab36 (patch) | |
tree | d9830372c816926f9b1b6ceb935c05dea6f43f37 /indra/newview/llfloaterimsessiontab.h | |
parent | 2d595bd00cde3c0501ce44b6ab2b11d53347828d (diff) |
Fix getChild calls during draw from LLFloaterIMSessionTab
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.h')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.h b/indra/newview/llfloaterimsessiontab.h index 0a8502cfc5..29e10184b1 100644 --- a/indra/newview/llfloaterimsessiontab.h +++ b/indra/newview/llfloaterimsessiontab.h @@ -164,6 +164,7 @@ protected: LLConversationViewParticipant* createConversationViewParticipant(LLConversationItem* item); LLUUID mSessionID; + LLView* mContentsView; LLLayoutStack* mBodyStack; LLLayoutStack* mParticipantListAndHistoryStack; LLLayoutPanel* mParticipantListPanel; // add the widgets to that see mConversationsListPanel |