summaryrefslogtreecommitdiff
path: root/indra/llui/lluictrlfactory.cpp
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-08-24 10:50:50 -0700
committerRichard Nelson <none@none>2010-08-24 10:50:50 -0700
commit77c42fc77ead297be3ea673309699edd15f70441 (patch)
tree58082e287471c84b76934dfc37503ab5ab95aee9 /indra/llui/lluictrlfactory.cpp
parent4115decfa14bb3d20f464ed0e0e3b3ec6c7b6e02 (diff)
parent65c9914d23022df6a39db50ce295750f08695893 (diff)
merge
Diffstat (limited to 'indra/llui/lluictrlfactory.cpp')
-rw-r--r--indra/llui/lluictrlfactory.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/lluictrlfactory.cpp b/indra/llui/lluictrlfactory.cpp
index ee700ee6eb..2a2fa21ec0 100644
--- a/indra/llui/lluictrlfactory.cpp
+++ b/indra/llui/lluictrlfactory.cpp
@@ -103,7 +103,8 @@ void LLUICtrlFactory::loadWidgetTemplate(const std::string& widget_tag, LLInitPa
if (!full_filename.empty())
{
LLUICtrlFactory::instance().pushFileName(full_filename);
- LLSimpleXUIParser::instance().readXUI(full_filename, block);
+ LLSimpleXUIParser parser;
+ parser.readXUI(full_filename, block);
LLUICtrlFactory::instance().popFileName();
}
}