diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llinventorybridge.h | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-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.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); |