summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearablesfetch.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-08-12 12:53:53 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-08-12 12:53:53 +0100
commit98870dfa245c68dc1de155162afc77c1a8cefcd0 (patch)
treed2b59ec8a535f12b1d929b51ba6ad7e72950c177 /indra/newview/llagentwearablesfetch.cpp
parent6cab04ce2fcbcff87b5b3b8d3387b9d812dc53d3 (diff)
parent6c79b8460027acf18bc40fb357a2b13ec86a1ccf (diff)
merge from viewer-release
Diffstat (limited to 'indra/newview/llagentwearablesfetch.cpp')
-rw-r--r--indra/newview/llagentwearablesfetch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentwearablesfetch.cpp b/indra/newview/llagentwearablesfetch.cpp
index d911d123f4..f6bb1b9bc9 100644
--- a/indra/newview/llagentwearablesfetch.cpp
+++ b/indra/newview/llagentwearablesfetch.cpp
@@ -215,7 +215,7 @@ void LLInitialWearablesFetch::processWearablesMessage()
{
LLViewerObject* attached_object = (*attachment_iter);
if (!attached_object) continue;
- const LLUUID& item_id = attached_object->getItemID();
+ const LLUUID& item_id = attached_object->getAttachmentItemID();
if (item_id.isNull()) continue;
ids.push_back(item_id);
}