Checker: UNINIT_CTOR
Function: LLAvatarListItem::LLAvatarListItem(bool)
File: /indra/newview/llavatarlistitem.cpp
master
Tofu Linden 2010-09-22 13:42:10 +01:00
parent b8337bdd2c
commit 3fb0736bec
1 changed files with 2 additions and 1 deletions

View File

@ -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)
{