diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-01-22 16:23:49 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-01-22 16:23:49 +0200 |
commit | 1fb9389822405bae537d7203cd56ffee5f717664 (patch) | |
tree | c13bd6345ae54fc272bdb788609066f6790d4462 /indra/newview/lltransientfloatermgr.cpp | |
parent | ad501d7fab624c7a85a70fb66e3e24667984f880 (diff) | |
parent | a63a1afea649433ae5e50b668fcdd6b43df93c40 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/lltransientfloatermgr.cpp')
-rw-r--r-- | indra/newview/lltransientfloatermgr.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/lltransientfloatermgr.cpp b/indra/newview/lltransientfloatermgr.cpp index f474f47eb7..8f1a738453 100644 --- a/indra/newview/lltransientfloatermgr.cpp +++ b/indra/newview/lltransientfloatermgr.cpp @@ -139,3 +139,9 @@ void LLTransientFloaterMgr::leftMouseClickCallback(S32 x, S32 y, } } +void LLTransientFloater::init(LLFloater* thiz) +{ + // used since LLTransientFloater(this) can't be used in descendant constructor parameter initialization. + mFloater = thiz; +} + |