diff options
author | Richard Linden <none@none> | 2010-07-19 15:15:04 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-07-19 15:15:04 -0700 |
commit | 39ae8785b459255f5fcc432cb2b5d5bed3ab2ba9 (patch) | |
tree | 745b1fe5fbe7a8bed81794db5bc6a728867e5c03 /indra/newview/llinventorypanel.cpp | |
parent | b4aed58dec573f057dc80ef083a86302b36d149d (diff) |
EXT-8448 FIX [crashhunters] Crash in LLFolderBridge::folderOptionsMenu()
reviewed by Callum
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
-rw-r--r-- | indra/newview/llinventorypanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index 5af99f3c8f..ac92f41624 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -790,7 +790,7 @@ void LLInventoryPanel::doToSelected(const LLSD& userdata) void LLInventoryPanel::doCreate(const LLSD& userdata) { - menu_create_inventory_item(mFolderRoot, LLFolderBridge::sSelf, userdata); + menu_create_inventory_item(mFolderRoot, LLFolderBridge::sSelf.get(), userdata); } bool LLInventoryPanel::beginIMSession() |