CID-386
Checker: UNINIT_CTOR Function: LLFolderBridge::LLFolderBridge(LLInventoryPanel *, const LLUUID &) File: /indra/newview/llinventorybridge.hmaster
parent
23147ee1ee
commit
7814eaec00
|
|
@ -320,8 +320,12 @@ public:
|
|||
LLViewerInventoryCategory* getCategory() const;
|
||||
|
||||
protected:
|
||||
LLFolderBridge(LLInventoryPanel* inventory, const LLUUID& uuid) :
|
||||
LLInvFVBridge(inventory, uuid), mCallingCards(FALSE), mWearables(FALSE) {}
|
||||
LLFolderBridge(LLInventoryPanel* inventory, const LLUUID& uuid)
|
||||
: LLInvFVBridge(inventory, uuid),
|
||||
|
||||
mCallingCards(FALSE),
|
||||
mWearables(FALSE),
|
||||
mMenu(NULL) {}
|
||||
|
||||
// menu callbacks
|
||||
static void pasteClipboard(void* user_data);
|
||||
|
|
|
|||
Loading…
Reference in New Issue