diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-06-10 17:24:37 +0300 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-06-10 17:24:37 +0300 |
commit | d73001043471156b90224b7ab4f886a99add577c (patch) | |
tree | c2a582f04e9e107cb22880195a6b32c39dedc7c9 /indra/newview/llwearableitemslist.cpp | |
parent | a797948a18d3f09244348526852524527f3f8e27 (diff) |
FIXED win build.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llwearableitemslist.cpp')
-rw-r--r-- | indra/newview/llwearableitemslist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwearableitemslist.cpp b/indra/newview/llwearableitemslist.cpp index 888dedb340..283a510ccd 100644 --- a/indra/newview/llwearableitemslist.cpp +++ b/indra/newview/llwearableitemslist.cpp @@ -528,7 +528,7 @@ void LLWearableItemsList::updateChangedItems(const LLInventoryModel::changed_ite LLUUID linked_uuid = inv_item->getLinkedUUID(); - for (LLInventoryModel::changed_items_t::iterator iter = changed_items_uuids.begin(); + for (LLInventoryModel::changed_items_t::const_iterator iter = changed_items_uuids.begin(); iter != changed_items_uuids.end(); ++iter) { |