diff options
Diffstat (limited to 'linden/indra/llui/llscrolllistctrl.cpp')
-rw-r--r-- | linden/indra/llui/llscrolllistctrl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llui/llscrolllistctrl.cpp b/linden/indra/llui/llscrolllistctrl.cpp index 9693df4..41b50c2 100644 --- a/linden/indra/llui/llscrolllistctrl.cpp +++ b/linden/indra/llui/llscrolllistctrl.cpp | |||
@@ -1112,6 +1112,8 @@ BOOL LLScrollListCtrl::selectItemRange( S32 first_index, S32 last_index ) | |||
1112 | for (item_list::iterator iter = mItemList.begin(); iter != mItemList.end(); iter++) | 1112 | for (item_list::iterator iter = mItemList.begin(); iter != mItemList.end(); iter++) |
1113 | { | 1113 | { |
1114 | LLScrollListItem *itemp = *iter; | 1114 | LLScrollListItem *itemp = *iter; |
1115 | |||
1116 | llassert_always(itemp) ; | ||
1115 | if( index >= first_index && index <= last_index ) | 1117 | if( index >= first_index && index <= last_index ) |
1116 | { | 1118 | { |
1117 | if( itemp->getEnabled() ) | 1119 | if( itemp->getEnabled() ) |