summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorSergei Litovchuk <slitovchuk@productengine.com>2010-06-10 17:24:37 +0300
committerSergei Litovchuk <slitovchuk@productengine.com>2010-06-10 17:24:37 +0300
commitd73001043471156b90224b7ab4f886a99add577c (patch)
treec2a582f04e9e107cb22880195a6b32c39dedc7c9 /indra
parenta797948a18d3f09244348526852524527f3f8e27 (diff)
FIXED win build.
--HG-- branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llwearableitemslist.cpp2
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)
{