summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.h
diff options
context:
space:
mode:
authorEli Linden <eli@lindenlab.com>2010-05-27 13:49:18 -0700
committerEli Linden <eli@lindenlab.com>2010-05-27 13:49:18 -0700
commit2a061dbccc7ecadce7470ee272b6b10c5d551ff4 (patch)
tree1cdc2485f39c4871d94f348de746de7b5c7febe0 /indra/newview/llagentwearables.h
parentd01b99adea6b15f751395f89035803275791855a (diff)
parent9a0a68aa4468ccc072be0bf310ff2a5f4cd50f61 (diff)
Merge
Diffstat (limited to 'indra/newview/llagentwearables.h')
-rw-r--r--indra/newview/llagentwearables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagentwearables.h b/indra/newview/llagentwearables.h
index 1f19d1045b..c53b1333fc 100644
--- a/indra/newview/llagentwearables.h
+++ b/indra/newview/llagentwearables.h
@@ -91,6 +91,7 @@ public:
const LLUUID getWearableItemID(LLWearableType::EType type, U32 index /*= 0*/) const;
const LLUUID getWearableAssetID(LLWearableType::EType type, U32 index /*= 0*/) const;
const LLWearable* getWearableFromItemID(const LLUUID& item_id) const;
+ LLWearable* getWearableFromItemID(const LLUUID& item_id);
LLWearable* getWearableFromAssetID(const LLUUID& asset_id);
LLInventoryItem* getWearableInventoryItem(LLWearableType::EType type, U32 index /*= 0*/);
static BOOL selfHasWearable(LLWearableType::EType type);