aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-10-09 03:27:47 -0700
committerMcCabe Maxsted2010-10-09 03:27:47 -0700
commit1866bc2af39189c17b636970d4df7edc983c1830 (patch)
treee60963a49832280cf3d2d9b5a8b589853469caee /linden/indra/newview/llvoavatar.h
parentUse all those cores for compile (diff)
downloadmeta-impy-1866bc2af39189c17b636970d4df7edc983c1830.zip
meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.tar.gz
meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.tar.bz2
meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.tar.xz
Applied RLVa-1.1.2-Imprudence.patch by Kitty Barnett
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvoavatar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llvoavatar.h b/linden/indra/newview/llvoavatar.h
index 0c32244..50ce53a 100644
--- a/linden/indra/newview/llvoavatar.h
+++ b/linden/indra/newview/llvoavatar.h
@@ -288,6 +288,9 @@ public:
288 288
289 BOOL isWearingAttachment( const LLUUID& inv_item_id ); 289 BOOL isWearingAttachment( const LLUUID& inv_item_id );
290 LLViewerObject* getWornAttachment( const LLUUID& inv_item_id ); 290 LLViewerObject* getWornAttachment( const LLUUID& inv_item_id );
291// [RLVa:KB] - Checked: 2009-12-18 (RLVa-1.1.0i) | Added: RLVa-1.1.0i
292 LLViewerJointAttachment* getWornAttachmentPoint(const LLUUID& inv_item_id);
293// [/RLVa:KB]
291 const std::string getAttachedPointName(const LLUUID& inv_item_id); 294 const std::string getAttachedPointName(const LLUUID& inv_item_id);
292 295
293 static LLVOAvatar* findAvatarFromAttachment( LLViewerObject* obj ); 296 static LLVOAvatar* findAvatarFromAttachment( LLViewerObject* obj );