summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearablesfetch.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-08-16 15:35:40 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-08-16 15:35:40 +0300
commit462b629be51be9d9d13e7731403930a825e9d20e (patch)
tree356fe5d1018fb4b2ea5e8ed768b079d58cae59e4 /indra/newview/llagentwearablesfetch.cpp
parent6b53458b8477e542ddc5cc1f9fb41cc4a98819b1 (diff)
parent635b3edaaf83032d6240212d065ec65753e6c58c (diff)
Merge from default branch
--HG-- branch : product-engine
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);
}