Words lie. People lie. The land tells the truth.

This commit is contained in:
Inusaito Sayori
2015-05-05 20:35:01 -04:00
parent 4b96251852
commit e71d94aa69

View File

@@ -2918,7 +2918,7 @@ bool LLView::setControlValue(const LLSD& value)
std::string ctrlname = getControlName();
if (!ctrlname.empty())
{
LLUI::getControlControlGroup(ctrlname)->setUntypedValue(ctrlname, value);
LLUI::getControlControlGroup(ctrlname).setUntypedValue(ctrlname, value);
return true;
}
return false;