aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llinventorybridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llinventorybridge.h')
-rw-r--r--linden/indra/newview/llinventorybridge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llinventorybridge.h b/linden/indra/newview/llinventorybridge.h
index 8c2eb2b..c61fa7f 100644
--- a/linden/indra/newview/llinventorybridge.h
+++ b/linden/indra/newview/llinventorybridge.h
@@ -383,6 +383,7 @@ class LLLandmarkBridge : public LLItemBridge
383{ 383{
384 friend class LLInvFVBridge; 384 friend class LLInvFVBridge;
385public: 385public:
386 static const LLString& prefix() { return sPrefix; }
386 virtual const LLString& getPrefix() { return sPrefix; } 387 virtual const LLString& getPrefix() { return sPrefix; }
387 virtual void performAction(LLFolderView* folder, LLInventoryModel* model, LLString action); 388 virtual void performAction(LLFolderView* folder, LLInventoryModel* model, LLString action);
388 virtual void buildContextMenu(LLMenuGL& menu, U32 flags); 389 virtual void buildContextMenu(LLMenuGL& menu, U32 flags);