aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llinventorybridge.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llinventorybridge.h
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to '')
-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);