diff options
author | callum <none@none> | 2009-10-30 12:56:14 -0700 |
---|---|---|
committer | callum <none@none> | 2009-10-30 12:56:14 -0700 |
commit | a98591802a46a0ae5b09bbc3eb530d76b49cb2b4 (patch) | |
tree | 7f132dd2c7ffc9d5bdadbe8f22b043cf26c0f224 /indra/llui/llfloaterreg.h | |
parent | 5702da187ddda62fd19e40c94ed35665c6d6101e (diff) | |
parent | 4cd831152284f71d72ea37e67a895283a4c4d347 (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 |