diff --git a/indra/llui/llscrolllistctrl.cpp b/indra/llui/llscrolllistctrl.cpp index e31de68f4..4845ff115 100644 --- a/indra/llui/llscrolllistctrl.cpp +++ b/indra/llui/llscrolllistctrl.cpp @@ -467,7 +467,7 @@ void LLScrollListCtrl::adjustScrollbar(S32 doc_size) // how many lines of content in a single "page" S32 page_lines = getLinesPerPage(); - BOOL scrollbar_visible = mLineHeight * doc_size > mItemListRect.getHeight(); + bool scrollbar_visible = mLineHeight * doc_size > mItemListRect.getHeight(); if (scrollbar_visible) { // provide space on the right for scrollbar