summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-09-22 17:11:36 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-09-22 17:11:36 +0300
commit3cec33653bace09c52aeca0bd9a74efc7d11c985 (patch)
treefa413c44bac37e07325720a40a15289175815677
parent723eae718795725e4008b86008dd1f30969e7b28 (diff)
build fix
-rwxr-xr-xindra/newview/llfloatertools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp
index 5ee0d82ae9..987a7449ee 100755
--- a/indra/newview/llfloatertools.cpp
+++ b/indra/newview/llfloatertools.cpp
@@ -542,7 +542,7 @@ void LLFloaterTools::refresh()
void LLFloaterTools::draw()
{
- bool has_selection = !LLSelectMgr::getInstance()->getSelection()->isEmpty();
+ BOOL has_selection = !LLSelectMgr::getInstance()->getSelection()->isEmpty();
if(!has_selection && (mHasSelection != has_selection))
{
mDirty = TRUE;