Get rid of warning for unexpected child view index after fix for FIRE-2996.

meow-7.2.2
Tonya Souther 2011-09-04 21:59:13 -05:00
parent 09bcc26ecd
commit 2d430b9596
1 changed files with 3 additions and 0 deletions

View File

@ -1100,6 +1100,9 @@ LLView* LLAvatarListItem::getItemChildView(EAvatarListItemChildIndex child_view_
case ALIC_PROFILE_BUTTON:
child_view = mProfileBtn;
break;
case ALIC_VOLUME_SLIDER:
child_view = mVoiceSlider;
break;
default:
LL_WARNS("AvatarItemReshape") << "Unexpected child view index is passed: " << child_view_index << LL_ENDL;
// leave child_view untouched