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 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; |
385 | public: | 385 | public: |
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); |