build fix

master
Mnikolenko ProductEngine 2015-09-22 17:11:36 +03:00
parent 723eae7187
commit 3cec33653b
1 changed files with 1 additions and 1 deletions

View File

@ -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;