diff options
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index bc010ff37f..2c3379996f 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -36,19 +36,20 @@ #include "llfolderview.h" class LLComboBox; -class LLFolderViewItem; class LLInventoryPanel; class LLInventoryGallery; -class LLSaveFolderState; class LLFilterEditor; -class LLTabContainer; +class LLFloater; class LLFloaterInventoryFinder; +class LLFloaterSidePanelContainer; +class LLFolderViewItem; class LLMenuButton; class LLMenuGL; +class LLSaveFolderState; +class LLScrollContainer; class LLSidepanelInventory; +class LLTabContainer; class LLToggleableMenu; -class LLFloater; -class LLFloaterSidePanelContainer; //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Class LLPanelMainInventory @@ -196,7 +197,7 @@ private: LLInventorySingleFolderPanel* mSingleFolderPanelInventory; LLInventoryGallery* mInventoryGalleryPanel; - LLUICtrl* mCombinationScrollPanel; + LLScrollContainer* mCombinationScrollPanel; LLInventorySingleFolderPanel* mCombinationInventoryPanel; LLInventoryGallery* mCombinationGalleryPanel; LLView* mCombinationScroller; |