diff options
author | Merov Linden <merov@lindenlab.com> | 2010-10-25 16:11:13 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-10-25 16:11:13 -0700 |
commit | e29bb9d9f87dc747b7e9cd204a1599a668d986d0 (patch) | |
tree | 48536f7c8800e3e1e865d4ab5d328234b2fe92b3 /indra/newview/llpanelmaininventory.h | |
parent | a0714f01804a2a2220bd72c3adf06f097ad21b73 (diff) | |
parent | a40a2a7a465f6e03ca495c301dfbf7bfa376be30 (diff) |
merge with viewer-development
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index f95a99157d..d136e2d32e 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -42,6 +42,7 @@ class LLTabContainer; class LLFloaterInventoryFinder; class LLMenuButton; class LLMenuGL; +class LLToggleableMenu; class LLFloater; //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -143,7 +144,7 @@ protected: void setUploadCostIfNeeded(); private: LLDragAndDropButton* mTrashButton; - LLMenuGL* mMenuGearDefault; + LLToggleableMenu* mMenuGearDefault; LLMenuGL* mMenuAdd; LLMenuButton* mGearMenuButton; |