diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-10-17 00:34:00 +0300 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-10-17 21:26:39 +0300 |
commit | ce83f77e7a5f32ac00b0a563fcf68ff98957f684 (patch) | |
tree | dc64fe70a9fb224875948f0cfea7f2dabfb49ef4 /indra/newview/llinventorybridge.h | |
parent | 13ab6a408b1f42de278edf8a2517b9ed3dc6c66d (diff) |
SL-20232 Allow deletion of folders with worn content in tree view #3
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index 62e26b2f28..0d87e2b97c 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -524,6 +524,8 @@ public: virtual void buildContextMenu(LLMenuGL& menu, U32 flags); virtual BOOL renameItem(const std::string& new_name); LLInventoryObject* getObject() const; + LLViewerInventoryItem* getItem() const; + LLViewerInventoryCategory* getCategory() const; protected: static LLUUID sContextMenuItemID; // Only valid while the context menu is open. U32 mAttachPt; |