diff options
author | Richard Nelson <none@none> | 2010-08-24 10:50:50 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-08-24 10:50:50 -0700 |
commit | 77c42fc77ead297be3ea673309699edd15f70441 (patch) | |
tree | 58082e287471c84b76934dfc37503ab5ab95aee9 /indra/newview/llhints.cpp | |
parent | 4115decfa14bb3d20f464ed0e0e3b3ec6c7b6e02 (diff) | |
parent | 65c9914d23022df6a39db50ce295750f08695893 (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()) |