SL-19825 do not mix bool and BOOL types

master
Maxim Nikolenko 2023-06-12 19:44:29 +03:00
parent 929f9d8d5f
commit 9eabffe430
1 changed files with 1 additions and 1 deletions

View File

@ -1472,7 +1472,7 @@ BOOL LLFolderView::handleRightMouseDown( S32 x, S32 y, MASK mask )
}
}
bool item_clicked = false;
BOOL item_clicked = FALSE;
for (selected_items_t::iterator item_it = mSelectedItems.begin(); item_it != mSelectedItems.end(); ++item_it)
{
item_clicked |= (*item_it)->getRect().pointInRect(x, y);