diff options
author | James Cook <james@lindenlab.com> | 2010-05-13 16:30:15 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-05-13 16:30:15 -0700 |
commit | 894261e4e4aea8a15bef33fdf34807812a1c73bb (patch) | |
tree | 862474065b719f2d4d7287733c387bea6952a7b5 /indra/newview/llavataractions.cpp | |
parent | 8b524549902b780c2833691368bc35bdb1837cd9 (diff) |
Fix build errors introduced in last merge
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rw-r--r-- | indra/newview/llavataractions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp index e1e9e03889..708ef1895e 100644 --- a/indra/newview/llavataractions.cpp +++ b/indra/newview/llavataractions.cpp @@ -79,7 +79,7 @@ void LLAvatarActions::requestFriendshipDialog(const LLUUID& id, const std::strin } LLSD args; - args["NAME"] = LLSLURL::buildCommand("agent", id, "inspect"); + args["NAME"] = LLSLURL("agent", id, "inspect").getSLURLString(); LLSD payload; payload["id"] = id; payload["name"] = name; |