summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaxim@mnikolenko <maxim@mnikolenko>2012-12-18 17:41:03 +0200
committermaxim@mnikolenko <maxim@mnikolenko>2012-12-18 17:41:03 +0200
commit90971d817193b416b580bfb46ed888776a59f972 (patch)
treef7b8402c07de72b731a1a3bf5613e5175877f3d1
parent6b165ce2ade6db7d5e6cb23e039e4949dc71e617 (diff)
Additional fix for CHUI-562
-rw-r--r--indra/newview/llfloaterimsessiontab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp
index 267dba562c..01b30305c4 100644
--- a/indra/newview/llfloaterimsessiontab.cpp
+++ b/indra/newview/llfloaterimsessiontab.cpp
@@ -764,7 +764,7 @@ void LLFloaterIMSessionTab::onTearOffClicked()
void LLFloaterIMSessionTab::updateGearBtn()
{
- bool prevVisibility = mGearBtn->getVisible();
+ BOOL prevVisibility = mGearBtn->getVisible();
mGearBtn->setVisible(checkIfTornOff() && mIsP2PChat);