diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-07-26 13:24:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-26 13:24:40 +0300 |
commit | 42b1cedc85b52571f411af3e896e005bdf92657a (patch) | |
tree | 3efd198cb59cc98e4c428cccf46cd13b1ba78954 /indra/newview/llpaneloutfitsinventory.h | |
parent | 604cb4cb4dd71c0f90633e50d5b0108e3901c4ad (diff) | |
parent | a5d68b3801be0ea77259b387f3c86cca54fc59cc (diff) |
Merge pull request #2116 from RyeMutt/fix-findchild-part2
Fix more findChild calls during draw and frequent data callbacks
Diffstat (limited to 'indra/newview/llpaneloutfitsinventory.h')
-rw-r--r-- | indra/newview/llpaneloutfitsinventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpaneloutfitsinventory.h b/indra/newview/llpaneloutfitsinventory.h index 0c501d5c71..e046681e95 100644 --- a/indra/newview/llpaneloutfitsinventory.h +++ b/indra/newview/llpaneloutfitsinventory.h @@ -101,6 +101,7 @@ protected: private: LLPanel* mListCommands; LLMenuGL* mMenuAdd; + LLButton* mWearBtn = nullptr; // List Commands // ////////////////////////////////////////////////////////////////////////////////// |