summaryrefslogtreecommitdiff
path: root/indra/newview/lltransientfloatermgr.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-01-22 16:23:49 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2010-01-22 16:23:49 +0200
commit1fb9389822405bae537d7203cd56ffee5f717664 (patch)
treec13bd6345ae54fc272bdb788609066f6790d4462 /indra/newview/lltransientfloatermgr.cpp
parentad501d7fab624c7a85a70fb66e3e24667984f880 (diff)
parenta63a1afea649433ae5e50b668fcdd6b43df93c40 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/lltransientfloatermgr.cpp')
-rw-r--r--indra/newview/lltransientfloatermgr.cpp6
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;
+}
+