diff options
author | Jonathan Yap <none@none> | 2012-07-11 18:58:41 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2012-07-11 18:58:41 -0400 |
commit | e4cea7631293b1192bfe720146410c1aa61654aa (patch) | |
tree | de063c6204ac7fae9a6672fd28756d0c3a336b7e /indra/newview/llinventorybridge.h | |
parent | 90547ff411db177bf6424ca553449a81a808fc0f (diff) |
STORM-1898 Add "Copy SLURL" to context menu when right clicking Landmarks in Inventory
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index dc9e88d54d..118430efe1 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -197,6 +197,8 @@ public: const LLUUID& uuid) : LLInvFVBridge(inventory, root, uuid) {} + typedef boost::function<void(std::string& slurl)> slurl_callback_t; + virtual void performAction(LLInventoryModel* model, std::string action); virtual void selectItem(); virtual void restoreItem(); @@ -214,7 +216,6 @@ public: virtual BOOL isItemCopyable() const; virtual BOOL hasChildren() const { return FALSE; } virtual BOOL isUpToDate() const { return TRUE; } - /*virtual*/ void clearDisplayName() { mDisplayName.clear(); } LLViewerInventoryItem* getItem() const; |