diff options
| author | Richard Nelson <none@none> | 2010-08-16 17:44:23 -0700 |
|---|---|---|
| committer | Richard Nelson <none@none> | 2010-08-16 17:44:23 -0700 |
| commit | 124bc854dd7c3dffc044f306cf836a5d6c68bd2e (patch) | |
| tree | 6dc70e03eb40f117f007fa52799d1b4a15941f11 /indra/llui/llfloaterreg.cpp | |
| parent | d06500eaddd12f09189b47abfdd6990a652f8b51 (diff) | |
moved buildFloater out of lluictrlfactory to llfloater.cpp
Diffstat (limited to 'indra/llui/llfloaterreg.cpp')
| -rw-r--r-- | indra/llui/llfloaterreg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfloaterreg.cpp b/indra/llui/llfloaterreg.cpp index 85f9af126c..2c31854011 100644 --- a/indra/llui/llfloaterreg.cpp +++ b/indra/llui/llfloaterreg.cpp @@ -127,7 +127,7 @@ LLFloater* LLFloaterReg::getInstance(const std::string& name, const LLSD& key) res = build_func(key); - bool success = LLUICtrlFactory::getInstance()->buildFloater(res, xui_file, NULL); + bool success = LLFloater::buildFloater(res, xui_file, NULL); if (!success) { llwarns << "Failed to build floater type: '" << name << "'." << llendl; |
