diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-05-06 21:57:46 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-05-06 21:57:46 +0300 |
commit | cb42bc2823931b84ce079423a471a332dc332b0c (patch) | |
tree | 357fa813f6cd435ed85d97b727fd3d0f2266154c /indra/llui/llfloaterreg.h | |
parent | cfb6ca569b2c834520ce50564e857dfc06831675 (diff) |
SL-15168 Viewer side functionality for guidebook window opening #2
Diffstat (limited to 'indra/llui/llfloaterreg.h')
-rw-r--r-- | indra/llui/llfloaterreg.h | 1 |
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); |