summaryrefslogtreecommitdiff
path: root/indra/llui/llfloaterreg.h
diff options
context:
space:
mode:
authorDave Houlton <euclid@lindenlab.com>2021-06-24 14:11:45 -0600
committerDave Houlton <euclid@lindenlab.com>2021-06-24 14:11:45 -0600
commit9127fe2978f9b29a96034b5a55ac33b873e22159 (patch)
tree442eb88e9bb9a3bdf7db457273f0e27ba6c86a46 /indra/llui/llfloaterreg.h
parentb854eceee3a867d64b20de18d6b7ce91b33abed0 (diff)
parent467d8339c970c253dada2cf0e1eed45be66593ac (diff)
Merge branch 'master' v 6.4.21 into DRTVWR-528
Diffstat (limited to 'indra/llui/llfloaterreg.h')
-rw-r--r--indra/llui/llfloaterreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfloaterreg.h b/indra/llui/llfloaterreg.h
index e3b17dcb4f..a457a15673 100644
--- a/indra/llui/llfloaterreg.h
+++ b/indra/llui/llfloaterreg.h
@@ -85,6 +85,7 @@ public:
static void add(const std::string& name, const std::string& file, const LLFloaterBuildFunc& func,
const std::string& groupname = LLStringUtil::null);
+ static bool isRegistered(const std::string& name);
// Helpers
static LLFloater* getLastFloaterInGroup(const std::string& name);