summaryrefslogtreecommitdiff
path: root/indra/llui/llfloaterreg.h
diff options
context:
space:
mode:
authornat-goodspeed <nat@lindenlab.com>2024-08-07 09:49:58 -0400
committerGitHub <noreply@github.com>2024-08-07 09:49:58 -0400
commitf8c70f4855b4163c82aa7c2e0cc07a5cd81a206f (patch)
tree39666d91f78367961d1e9dccb63fcb096f6198c2 /indra/llui/llfloaterreg.h
parent628cd605080546c400d3343bf0834bebf693bbcf (diff)
parenteb82c78b071d71a0fd2d7be1c573997e41bab51e (diff)
Merge pull request #2198 from secondlife/lua-ui-visibility
Lua UI visibility api
Diffstat (limited to 'indra/llui/llfloaterreg.h')
-rw-r--r--indra/llui/llfloaterreg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llfloaterreg.h b/indra/llui/llfloaterreg.h
index 43f3f7b170..31a334b89c 100644
--- a/indra/llui/llfloaterreg.h
+++ b/indra/llui/llfloaterreg.h
@@ -153,6 +153,8 @@ public:
static void blockShowFloaters(bool value) { sBlockShowFloaters = value;}
static U32 getVisibleFloaterInstanceCount();
+
+ static LLSD getFloaterNames();
};
#endif