summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerdisplayname.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-04-22 15:52:14 -0700
committerJames Cook <james@lindenlab.com>2010-04-22 15:52:14 -0700
commit4b93f3d7b913afc32f3c65da6c29365560a40431 (patch)
treef13be2f0eb3cc9c394c7291dc98831ddd50cadf2 /indra/newview/llviewerdisplayname.cpp
parent98f5fc5ff006a82cacde47de0cbb564b6e703597 (diff)
Fix typo in name change update code, now updates work
Diffstat (limited to 'indra/newview/llviewerdisplayname.cpp')
-rw-r--r--indra/newview/llviewerdisplayname.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerdisplayname.cpp b/indra/newview/llviewerdisplayname.cpp
index 8bed501c6e..2c0219cfbc 100644
--- a/indra/newview/llviewerdisplayname.cpp
+++ b/indra/newview/llviewerdisplayname.cpp
@@ -122,7 +122,7 @@ class LLDisplayNameUpdate : public LLHTTPNode
LLUUID agent_id = body["agent_id"];
std::string old_display_name = body["old_display_name"];
// By convention this record is called "agent" in the People API
- std::string name_data = body["agent"];
+ LLSD name_data = body["agent"];
// Inject the new name data into cache
LLAvatarName av_name;