diff options
author | Richard Linden <none@none> | 2011-10-21 16:09:44 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-10-21 16:09:44 -0700 |
commit | 36b8a909c7aeec46e6c027f7fbe5d246867e19ec (patch) | |
tree | 81da64e15cd61bf18f4a7ff8039183a21ff7edba /indra/llui | |
parent | 0297f55c6d4be505fe6831a593ed2630d565e14a (diff) | |
parent | 7b4c300081d7be1087f6f60f76b955947bdede65 (diff) |
Automated merge with bundle:c:\users\richard\appdata\local\temp\thg.qp3yns\ssh__richard@hg.lindenlab.com_sergeylproductengine_exp-1416__5pjppa.hg
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/lldockablefloater.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lldockablefloater.h b/indra/llui/lldockablefloater.h index 8deb6c1159..1484ea3978 100644 --- a/indra/llui/lldockablefloater.h +++ b/indra/llui/lldockablefloater.h @@ -113,6 +113,8 @@ public: bool getUniqueDocking() { return mUniqueDocking; } bool getUseTongue() { return mUseTongue; } + + void setUseTongue(bool use_tongue) { mUseTongue = use_tongue;} private: /** * Provides unique of dockable floater. |