summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-07-08 12:56:22 -0500
committerDave Parks <davep@lindenlab.com>2010-07-08 12:56:22 -0500
commitb056f6d7f7f33542177cc2c118743e2a8950e925 (patch)
tree5d9772afb6172493bef51bf127b724ec359e3a6b /indra/newview/pipeline.cpp
parent11621e88827e57010bf10eea6bdedcd4f1ffa793 (diff)
EXT-8236 Massage code around crash in ~LLSpatialGroup -- looks like heap corruption.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r--indra/newview/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index 3716a5e9d9..14688e4506 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -1794,7 +1794,7 @@ void LLPipeline::rebuildPriorityGroups()
assertInitialized();
// Iterate through all drawables on the priority build queue,
- for (LLSpatialGroup::sg_list_t::iterator iter = mGroupQ1.begin();
+ for (LLSpatialGroup::sg_vector_t::iterator iter = mGroupQ1.begin();
iter != mGroupQ1.end(); ++iter)
{
LLSpatialGroup* group = *iter;