diff options
author | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-11-06 18:41:47 -0500 |
---|---|---|
committer | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-11-06 18:41:47 -0500 |
commit | 573e986ea273d37438ed6a2ca3f81d005f1bab99 (patch) | |
tree | a82c3f6a7d03949a19d9a1eaef53295872229bd4 /indra/newview/llinventorybridge.h | |
parent | 4b9abdc83351b5d79f958cf13fa612a28c71bc04 (diff) | |
parent | 9c048d12fdd9fd9c95cc93223fc731ee7b548294 (diff) |
Merge of avatar-pipeline changes into viewer2
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 2 |
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) : |