diff options
Diffstat (limited to 'linden/indra/newview/llinventorybridge.h')
-rw-r--r-- | linden/indra/newview/llinventorybridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llinventorybridge.h b/linden/indra/newview/llinventorybridge.h index 2ad4b3a..b703d07 100644 --- a/linden/indra/newview/llinventorybridge.h +++ b/linden/indra/newview/llinventorybridge.h | |||
@@ -477,6 +477,7 @@ public: | |||
477 | virtual LLUIImagePtr getIcon() const; | 477 | virtual LLUIImagePtr getIcon() const; |
478 | virtual void openItem(); | 478 | virtual void openItem(); |
479 | virtual void buildContextMenu(LLMenuGL& menu, U32 flags); | 479 | virtual void buildContextMenu(LLMenuGL& menu, U32 flags); |
480 | virtual void performAction(LLFolderView* folder, LLInventoryModel* model, std::string action); | ||
480 | 481 | ||
481 | protected: | 482 | protected: |
482 | LLNotecardBridge(LLInventoryPanel* inventory, const LLUUID& uuid) : | 483 | LLNotecardBridge(LLInventoryPanel* inventory, const LLUUID& uuid) : |