summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-02-16 19:48:02 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2010-02-16 19:48:02 +0200
commitcf4da7e2238f2ee3d31928b9f598cbedee644876 (patch)
treefb1329b4b04b85ea78059228cccb59db085647eb
parent76997db038057f6b18fff6e8721866159f89e958 (diff)
Fixed build.
--HG-- branch : product-engine
-rw-r--r--indra/newview/llfolderview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp
index 888ddbcbc7..e21587a934 100644
--- a/indra/newview/llfolderview.cpp
+++ b/indra/newview/llfolderview.cpp
@@ -238,7 +238,7 @@ LLFolderView::LLFolderView(const Params& p)
LLRect new_r = LLRect(rect.mLeft + ICON_PAD,
rect.mTop - TEXT_PAD,
rect.mRight,
- rect.mTop - TEXT_PAD - font->getLineHeight());
+ rect.mTop - TEXT_PAD - (S32)font->getLineHeight());
text_p.rect(new_r);
text_p.name(std::string(p.name));
text_p.font(font);