diff options
author | Steve Bennetts <steve@lindenlab.com> | 2009-10-30 12:41:36 -0700 |
---|---|---|
committer | Steve Bennetts <steve@lindenlab.com> | 2009-10-30 12:41:36 -0700 |
commit | 4cd831152284f71d72ea37e67a895283a4c4d347 (patch) | |
tree | 4fbddb22c82360d8f207be8482893969a7616aad /indra/llui/llfloaterreg.h | |
parent | 71993b14d1bd95da9b851ac8b7079a4acdbd42ef (diff) | |
parent | 922a05c1fee127ceb8331f0e7a1b25664cd5dd31 (diff) |
merge
Diffstat (limited to 'indra/llui/llfloaterreg.h')
-rw-r--r-- | indra/llui/llfloaterreg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llui/llfloaterreg.h b/indra/llui/llfloaterreg.h index 451bd1dbe3..634a235926 100644 --- a/indra/llui/llfloaterreg.h +++ b/indra/llui/llfloaterreg.h @@ -121,6 +121,10 @@ public: static std::string declareRectControl(const std::string& name); static std::string getVisibilityControlName(const std::string& name); static std::string declareVisibilityControl(const std::string& name); + + static std::string declareDockStateControl(const std::string& name); + static std::string getDockStateControlName(const std::string& name); + static void registerControlVariables(); // Callback wrappers |