diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-09-22 17:11:36 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-09-22 17:11:36 +0300 |
commit | 3cec33653bace09c52aeca0bd9a74efc7d11c985 (patch) | |
tree | fa413c44bac37e07325720a40a15289175815677 /indra/newview/llfloatertools.cpp | |
parent | 723eae718795725e4008b86008dd1f30969e7b28 (diff) |
build fix
Diffstat (limited to 'indra/newview/llfloatertools.cpp')
-rwxr-xr-x | indra/newview/llfloatertools.cpp | 2 |
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; |