summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
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.h
parent11621e88827e57010bf10eea6bdedcd4f1ffa793 (diff)
EXT-8236 Massage code around crash in ~LLSpatialGroup -- looks like heap corruption.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index 89649a0682..862bfc2f30 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -584,7 +584,7 @@ protected:
//
LLDrawable::drawable_list_t mBuildQ1; // priority
LLDrawable::drawable_list_t mBuildQ2; // non-priority
- LLSpatialGroup::sg_list_t mGroupQ1; //priority
+ LLSpatialGroup::sg_vector_t mGroupQ1; //priority
LLSpatialGroup::sg_vector_t mGroupQ2; // non-priority
LLViewerObject::vobj_list_t mCreateQ;