diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2024-07-26 00:31:51 -0400 |
---|---|---|
committer | Rye Mutt <rye@alchemyviewer.org> | 2024-07-26 00:31:51 -0400 |
commit | dce1218b038f210fd6d4c19c84895fcf37e30c15 (patch) | |
tree | 95d7dd27af8eec1753c7edb76ca3270a39c89732 /indra/newview/llfloaterconversationlog.h | |
parent | 99b4f1dd20c01d195e9de7c1ee23e28cc198ee04 (diff) |
Fix findChild during draw in conversation log floater
Diffstat (limited to 'indra/newview/llfloaterconversationlog.h')
-rw-r--r-- | indra/newview/llfloaterconversationlog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterconversationlog.h b/indra/newview/llfloaterconversationlog.h index 85ca37c530..c82237c108 100644 --- a/indra/newview/llfloaterconversationlog.h +++ b/indra/newview/llfloaterconversationlog.h @@ -29,6 +29,7 @@ #include "llfloater.h" class LLConversationLogList; +class LLMenuButton; class LLFloaterConversationLog : public LLFloater { @@ -50,6 +51,7 @@ private: bool isActionChecked(const LLSD& userdata); LLConversationLogList* mConversationLogList; + LLMenuButton* mConversationsGearBtn = nullptr; }; |