diff options
author | Richard Linden <none@none> | 2010-06-22 13:42:55 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-06-22 13:42:55 -0700 |
commit | 7a54ce3cf686d872425c3230b305156b83a36b26 (patch) | |
tree | 4a5c774d61bd81f497adbb21abdf28859e97a026 /indra/llui/lluictrlfactory.cpp | |
parent | a42cf03807385c214118298821d532f5b6b4d984 (diff) |
EXT-7729 WIP LLWARNS: Tons of "Making dummy class..." warnings on startup
reviewed by Leyla
Diffstat (limited to 'indra/llui/lluictrlfactory.cpp')
-rw-r--r-- | indra/llui/lluictrlfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lluictrlfactory.cpp b/indra/llui/lluictrlfactory.cpp index 930dadc377..4dd155f8e5 100644 --- a/indra/llui/lluictrlfactory.cpp +++ b/indra/llui/lluictrlfactory.cpp @@ -222,7 +222,7 @@ bool LLUICtrlFactory::buildFloater(LLFloater* floaterp, const std::string& filen floaterp->getCommitCallbackRegistrar().pushScope(); floaterp->getEnableCallbackRegistrar().pushScope(); - res = floaterp->initFloaterXML(root, floaterp->getParent(), output_node); + res = floaterp->initFloaterXML(root, floaterp->getParent(), filename, output_node); floaterp->setXMLFilename(filename); |