Checker: UNINIT_CTOR
Function: LLFolderBridge::LLFolderBridge(LLInventoryPanel *, const LLUUID &)
File: /indra/newview/llinventorybridge.h
master
Tofu Linden 2010-01-27 16:16:28 -08:00
parent 23147ee1ee
commit 7814eaec00
1 changed files with 6 additions and 2 deletions

View File

@ -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);