diff options
author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-09-06 00:11:01 +0200 |
---|---|---|
committer | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-09-06 00:11:01 +0200 |
commit | 2841ca7229e076f9ddd1b2ec2e77099bab7753d9 (patch) | |
tree | 65e341122c89f76b93efe333f845d3e1d1c2a76a /indra/newview/llfloaterluadebug.cpp | |
parent | 04568da18d2261f3f7b851cf5341b766c9648204 (diff) |
Fix remaining occurrences of fake BOOL
Diffstat (limited to 'indra/newview/llfloaterluadebug.cpp')
-rw-r--r-- | indra/newview/llfloaterluadebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterluadebug.cpp b/indra/newview/llfloaterluadebug.cpp index dc989fe15d..06877df816 100644 --- a/indra/newview/llfloaterluadebug.cpp +++ b/indra/newview/llfloaterluadebug.cpp @@ -69,7 +69,7 @@ bool LLFloaterLUADebug::postBuild() mLineInput->setCommitCallback(boost::bind(&LLFloaterLUADebug::onExecuteClicked, this)); mLineInput->setSelectAllonCommit(false); - return TRUE; + return true; } LLFloaterLUADebug::~LLFloaterLUADebug() |