diff options
author | Merov Linden <merov@lindenlab.com> | 2013-04-02 17:11:07 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-04-02 17:11:07 -0700 |
commit | e09959df0d51eb8f4d37719d2753d2016390b25b (patch) | |
tree | 98277fcb8f77abe5d8aaee97472ce49575ef0a7b /indra/newview/llpanelmaininventory.h | |
parent | c588f6be31a203f05fbd784b0270555c6e1d04d6 (diff) |
CHUI-849 : WIP : Prevents Finding Widgets in highly used code by getting pointers to widgets in PostBuild
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index 899931aa89..394b004e20 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -121,6 +121,7 @@ private: LLFilterEditor* mFilterEditor; LLTabContainer* mFilterTabs; + LLUICtrl* mCounterCtrl; LLHandle<LLFloater> mFinderHandle; LLInventoryPanel* mActivePanel; bool mResortActivePanel; |