diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-05-26 18:26:43 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-05-26 18:26:43 +0300 |
commit | f3507631eae59ea2e662150180de48efc544b8e6 (patch) | |
tree | a45f0c160f23f83743e4fe0481fcde5698ed61fb /indra/llui/llfolderviewitem.cpp | |
parent | 7d54c62016c1362fc0f5fd69acda58c61aed5b76 (diff) |
linux build fix
Diffstat (limited to 'indra/llui/llfolderviewitem.cpp')
-rw-r--r-- | indra/llui/llfolderviewitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfolderviewitem.cpp b/indra/llui/llfolderviewitem.cpp index 14a07d0e90..3d618548c4 100644 --- a/indra/llui/llfolderviewitem.cpp +++ b/indra/llui/llfolderviewitem.cpp @@ -903,7 +903,7 @@ void LLFolderViewItem::draw() // if (!mLabelSuffix.empty()) { - font->renderUTF8( mLabelSuffix, 0, right_x, y, isFadeItem() ? color : sSuffixColor, + font->renderUTF8( mLabelSuffix, 0, right_x, y, isFadeItem() ? color : (LLColor4)sSuffixColor, LLFontGL::LEFT, LLFontGL::BOTTOM, LLFontGL::NORMAL, LLFontGL::NO_SHADOW, S32_MAX, S32_MAX, &right_x, FALSE ); } |