diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-08-13 14:39:04 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-08-13 14:39:04 -0400 |
commit | 635b3edaaf83032d6240212d065ec65753e6c58c (patch) | |
tree | b61f4a1ec4706f5702c11e1b83f6da87eaa6696e /indra/newview/llvoavatarself.h | |
parent | 9dcea327605870637e4a45823a1cd3540ef98d69 (diff) | |
parent | 21ba693ad4ab8f7341c346fedfc2d7668a437eb1 (diff) |
merge
Diffstat (limited to 'indra/newview/llvoavatarself.h')
-rw-r--r-- | indra/newview/llvoavatarself.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h index b129ffd986..21c815a70c 100644 --- a/indra/newview/llvoavatarself.h +++ b/indra/newview/llvoavatarself.h @@ -298,6 +298,7 @@ public: const std::string getAttachedPointName(const LLUUID& inv_item_id) const; /*virtual*/ const LLViewerJointAttachment *attachObject(LLViewerObject *viewer_object); /*virtual*/ BOOL detachObject(LLViewerObject *viewer_object); + static BOOL detachAttachmentIntoInventory(const LLUUID& item_id); private: // Track attachments that have been requested but have not arrived yet. |