diff options
author | Richard Linden <none@none> | 2010-08-25 16:47:07 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-08-25 16:47:07 -0700 |
commit | 3604f7fe4b35758db3a730e5efa4a06b2326bdfb (patch) | |
tree | ee8d4d7078c33eb20a773686a1c367e5a2e00cdb /indra/newview/llhints.cpp | |
parent | c1405887c982f5a7396892017e4ea426ede9af23 (diff) | |
parent | a0b15c827ee7704c1557c9c882ec236d5d67f948 (diff) |
merge
Diffstat (limited to 'indra/newview/llhints.cpp')
-rw-r--r-- | indra/newview/llhints.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llhints.cpp b/indra/newview/llhints.cpp index 11b7ffe1af..a90131499d 100644 --- a/indra/newview/llhints.cpp +++ b/indra/newview/llhints.cpp @@ -297,7 +297,8 @@ void LLHints::show(LLNotificationPtr hint) { LLHintPopup::Params p(LLUICtrlFactory::getDefaultParams<LLHintPopup>()); - LLParamSDParser::instance().readSD(hint->getPayload(), p, true); + LLParamSDParser parser; + parser.readSD(hint->getPayload(), p, true); p.notification = hint; if (p.validateBlock()) |