diff options
author | Ansariel Hiller <Ansariel@users.noreply.github.com> | 2024-08-19 23:48:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-20 00:48:07 +0300 |
commit | 169599fd2f211d66f80a54e13daf975229607022 (patch) | |
tree | 30a46baec271609f750a5f192c532b85bb5561fb /indra/newview/llfloatersidepanelcontainer.cpp | |
parent | 862a4671f2a48eae4a2360d570b71f4adbb7328c (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.cpp | 2 |
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) |