summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.h
diff options
context:
space:
mode:
authorEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-11-06 18:41:47 -0500
committerEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-11-06 18:41:47 -0500
commit573e986ea273d37438ed6a2ca3f81d005f1bab99 (patch)
treea82c3f6a7d03949a19d9a1eaef53295872229bd4 /indra/newview/llinventorybridge.h
parent4b9abdc83351b5d79f958cf13fa612a28c71bc04 (diff)
parent9c048d12fdd9fd9c95cc93223fc731ee7b548294 (diff)
Merge of avatar-pipeline changes into viewer2
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r--indra/newview/llinventorybridge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h
index f95e8f9361..3ffeb55d6c 100644
--- a/indra/newview/llinventorybridge.h
+++ b/indra/newview/llinventorybridge.h
@@ -383,6 +383,8 @@ class LLTextureBridge : public LLItemBridge
public:
virtual LLUIImagePtr getIcon() const;
virtual void openItem();
+ virtual void buildContextMenu(LLMenuGL& menu, U32 flags);
+ virtual void performAction(LLFolderView* folder, LLInventoryModel* model, std::string action);
protected:
LLTextureBridge(LLInventoryPanel* inventory, const LLUUID& uuid, LLInventoryType::EType type) :