summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterluadebug.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-09-13 16:42:42 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-09-13 16:42:42 -0400
commit5b5ea5893c917ea8d4e7a0eeff6e1b61ee0ef719 (patch)
tree7bc844fac1bb9cd67f674e15b54d1fff5dfd4fb5 /indra/newview/llfloaterluadebug.cpp
parent439cfc97a81f221daaf8ba13aa5daa87e8511047 (diff)
parent611ba19457da6dc1daf11b23cca973ad788b51ba (diff)
Merge branch 'release/luau-scripting' into lua-profile-cmp
Diffstat (limited to 'indra/newview/llfloaterluadebug.cpp')
-rw-r--r--indra/newview/llfloaterluadebug.cpp2
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()