diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-08-12 12:53:53 +0100 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-08-12 12:53:53 +0100 |
| commit | 98870dfa245c68dc1de155162afc77c1a8cefcd0 (patch) | |
| tree | d2b59ec8a535f12b1d929b51ba6ad7e72950c177 /indra/newview/llsidepanelappearance.cpp | |
| parent | 6cab04ce2fcbcff87b5b3b8d3387b9d812dc53d3 (diff) | |
| parent | 6c79b8460027acf18bc40fb357a2b13ec86a1ccf (diff) | |
merge from viewer-release
Diffstat (limited to 'indra/newview/llsidepanelappearance.cpp')
| -rw-r--r-- | indra/newview/llsidepanelappearance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsidepanelappearance.cpp b/indra/newview/llsidepanelappearance.cpp index adfd457664..33a464fea6 100644 --- a/indra/newview/llsidepanelappearance.cpp +++ b/indra/newview/llsidepanelappearance.cpp @@ -473,7 +473,7 @@ void LLSidepanelAppearance::fetchInventory() { 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); } |
