diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llnameeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llnameeditor.cpp b/linden/indra/newview/llnameeditor.cpp index 2ba25c3..dcb8911 100644 --- a/linden/indra/newview/llnameeditor.cpp +++ b/linden/indra/newview/llnameeditor.cpp | |||
@@ -135,7 +135,7 @@ void LLNameEditor::refreshAll(const LLUUID& id, const char* firstname, | |||
135 | } | 135 | } |
136 | } | 136 | } |
137 | 137 | ||
138 | void LLNameEditor::setValue( LLSD value ) | 138 | void LLNameEditor::setValue( const LLSD& value ) |
139 | { | 139 | { |
140 | setNameID(value.asUUID(), FALSE); | 140 | setNameID(value.asUUID(), FALSE); |
141 | } | 141 | } |