diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-09-02 19:20:31 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-09-02 19:20:31 +0300 |
commit | 9e73d04811f65006198297f527d38f1c6262bdce (patch) | |
tree | 510214688fba5a2a02b18ac888342020eeda21fd /indra/newview/llpanelmaininventory.h | |
parent | 9acf7f5733063ff735ad37d456e740211c191cc9 (diff) |
MAINT-6461 crash due to invalid menu pointer during visibility change
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index 290e2e5f47..efa18b42c1 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -156,8 +156,8 @@ protected: private: LLDragAndDropButton* mTrashButton; LLToggleableMenu* mMenuGearDefault; - LLMenuGL* mMenuAdd; LLMenuButton* mGearMenuButton; + LLHandle<LLView> mMenuAddHandle; bool mNeedUploadCost; // List Commands // |