CID-509
Checker: UNINIT_CTOR Function: LLAvatarListItem::LLAvatarListItem(bool) File: /indra/newview/llavatarlistitem.cppmaster
parent
b8337bdd2c
commit
3fb0736bec
|
|
@ -70,7 +70,8 @@ LLAvatarListItem::LLAvatarListItem(bool not_from_ui_factory/* = true*/)
|
|||
mOnlineStatus(E_UNKNOWN),
|
||||
mShowInfoBtn(true),
|
||||
mShowProfileBtn(true),
|
||||
mShowPermissions(false)
|
||||
mShowPermissions(false),
|
||||
mHovered(false)
|
||||
{
|
||||
if (not_from_ui_factory)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue