From 4985d8be23fbcd37858a71ac56e5e3c5887e3eb1 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Sat, 3 Feb 2024 03:22:28 -0500 Subject: [PATCH] Cleanup --- indra/newview/alfloaterexploresounds.cpp | 2 +- indra/newview/alfloaterparticleeditor.cpp | 2 +- indra/newview/alpanelaomini.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/indra/newview/alfloaterexploresounds.cpp b/indra/newview/alfloaterexploresounds.cpp index 7aad2fbfa7e..2b03f2bbb2c 100644 --- a/indra/newview/alfloaterexploresounds.cpp +++ b/indra/newview/alfloaterexploresounds.cpp @@ -89,7 +89,7 @@ BOOL ALFloaterExploreSounds::postBuild() mObjectSounds = getChild<LLCheckBoxCtrl>("objects_chk"); mPaused = getChild<LLCheckBoxCtrl>("pause_chk"); - return TRUE; + return LLFloater::postBuild(); } void ALFloaterExploreSounds::handleSelection() diff --git a/indra/newview/alfloaterparticleeditor.cpp b/indra/newview/alfloaterparticleeditor.cpp index b74a9b4ed04..41aba698343 100644 --- a/indra/newview/alfloaterparticleeditor.cpp +++ b/indra/newview/alfloaterparticleeditor.cpp @@ -175,7 +175,7 @@ BOOL ALFloaterParticleEditor::postBuild() onParameterChange(); - return TRUE; + return LLFloater::postBuild(); } BOOL ALFloaterParticleEditor::canClose() diff --git a/indra/newview/alpanelaomini.cpp b/indra/newview/alpanelaomini.cpp index 677841827a1..913dd0741f2 100644 --- a/indra/newview/alpanelaomini.cpp +++ b/indra/newview/alpanelaomini.cpp @@ -67,7 +67,7 @@ BOOL ALPanelAOMini::postBuild() mReloadCallback = AOEngine::instance().setReloadCallback(boost::bind(&ALPanelAOMini::updateSetList, this)); mSetChangedCallback = AOEngine::instance().setSetChangedCallback(boost::bind(&ALPanelAOMini::onSetChanged, this, _1)); - return TRUE; + return LLPanel::postBuild(); } ///////////////////////////////////// -- GitLab