ScrollList crashfix (leftover ascent bug)

This commit is contained in:
Shyotl
2012-03-03 04:30:15 -06:00
parent 355883aa5c
commit 502b2d30d4

View File

@@ -117,7 +117,11 @@ LLScrollListIcon::LLScrollListIcon(LLUIImagePtr icon, S32 width)
LLScrollListIcon::LLScrollListIcon(const LLSD& value, S32 width)
: LLScrollListCell(width),
mColor(LLColor4::white)
// <edit>
mCallback(NULL),
mUserData(NULL),
// </edit>
mColor(LLColor4::white)
{
setValue(value);
}