diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-07-15 14:23:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-15 14:23:44 +0300 |
commit | d573bc2f926fb6ff473d9b346cdeb4d73e3b0ab3 (patch) | |
tree | 27bf21e9b200dc59a870bbc17c293aa0233761ca /indra/newview/llvoavatarself.h | |
parent | 8b89a721950d00bfc1617181e42e745c81cc9d5d (diff) |
SL-20011 Restrict 'Empty Trash' if objects are attached
Diffstat (limited to 'indra/newview/llvoavatarself.h')
-rw-r--r-- | indra/newview/llvoavatarself.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h index 279dbd61a6..6384e2b844 100644 --- a/indra/newview/llvoavatarself.h +++ b/indra/newview/llvoavatarself.h @@ -289,6 +289,8 @@ public: /*virtual*/ BOOL detachObject(LLViewerObject *viewer_object); static BOOL detachAttachmentIntoInventory(const LLUUID& item_id); + bool hasAttachmentsInTrash(); + //-------------------------------------------------------------------- // HUDs //-------------------------------------------------------------------- |