From e71d94aa69f2c6330831ffafac9d43588d2aa446 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Tue, 5 May 2015 20:35:01 -0400 Subject: [PATCH] Words lie. People lie. The land tells the truth. --- indra/llui/llview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp index 1adf33d9d..460ed38a9 100644 --- a/indra/llui/llview.cpp +++ b/indra/llui/llview.cpp @@ -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;