diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 4dbfa3511..615948f3a 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -4011,7 +4011,7 @@ void LLObjectBridge::buildContextMenu(LLMenuGL& menu, U32 flags) else { LLSimpleListener* callback = mInventoryPanel->getListenerByName("Inventory.AttachCustom"); - new_item->addListener(callback, "on_click", NULL); + new_item->addListener(callback, "on_click", LLSD()); } // }