diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2024-07-24 23:12:44 -0400 |
---|---|---|
committer | Rye Mutt <rye@alchemyviewer.org> | 2024-07-25 08:45:53 -0400 |
commit | 6b20d98aaac093e043c6e23fbcf6d4e1f62d13ba (patch) | |
tree | 2494f160692fb6a82da82e41ca2c7801de62a650 /indra/newview/llpanelgroup.h | |
parent | 66d2c846b180d58e4e90052d87e27505e2d22736 (diff) |
Fix one more group findChild stall
Diffstat (limited to 'indra/newview/llpanelgroup.h')
-rw-r--r-- | indra/newview/llpanelgroup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelgroup.h b/indra/newview/llpanelgroup.h index 1dbc8c32ff..d7dec94c60 100644 --- a/indra/newview/llpanelgroup.h +++ b/indra/newview/llpanelgroup.h @@ -117,6 +117,7 @@ protected: LLAccordionCtrl* mGroupsAccordion = nullptr; + LLUICtrl* mGroupNameCtrl = nullptr; LLButton* mButtonJoin = nullptr; LLButton* mButtonApply = nullptr; LLButton* mButtonCall = nullptr; |