summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersidepanelcontainer.cpp
diff options
context:
space:
mode:
authorAnsariel Hiller <Ansariel@users.noreply.github.com>2024-08-19 23:48:07 +0200
committerGitHub <noreply@github.com>2024-08-20 00:48:07 +0300
commit169599fd2f211d66f80a54e13daf975229607022 (patch)
tree30a46baec271609f750a5f192c532b85bb5561fb /indra/newview/llfloatersidepanelcontainer.cpp
parent862a4671f2a48eae4a2360d570b71f4adbb7328c (diff)
Fix a bunch of XUI errors (#2347)
* Fix a bunch of XUI errors * Change TRUE to true
Diffstat (limited to 'indra/newview/llfloatersidepanelcontainer.cpp')
-rw-r--r--indra/newview/llfloatersidepanelcontainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersidepanelcontainer.cpp b/indra/newview/llfloatersidepanelcontainer.cpp
index 7bc95c2884..78550b6520 100644
--- a/indra/newview/llfloatersidepanelcontainer.cpp
+++ b/indra/newview/llfloatersidepanelcontainer.cpp
@@ -56,7 +56,7 @@ LLFloaterSidePanelContainer::~LLFloaterSidePanelContainer()
bool LLFloaterSidePanelContainer::postBuild()
{
mMainPanel = getChild<LLPanel>(sMainPanelName);
- return TRUE;
+ return true;
}
void LLFloaterSidePanelContainer::onOpen(const LLSD& key)