summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterluadebug.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-02-21 17:11:33 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-02-21 17:11:33 +0200
commit32bf9c7b7a9d2b2428b052d74389ec48ccc427cf (patch)
treec0ae90a35ab3c2b617f068119a1c8f1fe304c940 /indra/newview/llfloaterluadebug.h
parent3a9d0e7fa9214b5f802dd558d1e4c7154bbadb3e (diff)
Add the option to use clean lua_State in "Lua debug" floater
Diffstat (limited to 'indra/newview/llfloaterluadebug.h')
-rw-r--r--indra/newview/llfloaterluadebug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterluadebug.h b/indra/newview/llfloaterluadebug.h
index 69b334ae2d..7418174570 100644
--- a/indra/newview/llfloaterluadebug.h
+++ b/indra/newview/llfloaterluadebug.h
@@ -58,6 +58,7 @@ class LLFloaterLUADebug :
private:
void completion(int count, const LLSD& result);
+ void cleanLuaState();
LLTempBoundListener mOutConnection;