diff options
| author | mberezhnoy <mberezhnoy@productengine.com> | 2013-06-22 02:49:25 +0300 | 
|---|---|---|
| committer | mberezhnoy <mberezhnoy@productengine.com> | 2013-06-22 02:49:25 +0300 | 
| commit | 7d08262954c9638f2ec55414429a0d00ce77d5b3 (patch) | |
| tree | f014fb7db00503e0b7c964e73ffd5bdd551c6edd | |
| parent | 2b8beeeff1485682e2b47f330dc8b3c24e966961 (diff) | |
build fix
| -rwxr-xr-x | indra/llui/llurlaction.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llui/llurlaction.cpp b/indra/llui/llurlaction.cpp index d006209284..23e574cb74 100755 --- a/indra/llui/llurlaction.cpp +++ b/indra/llui/llurlaction.cpp @@ -189,7 +189,7 @@ std::string LLUrlAction::getObjectName(std::string url)  	std::string name;  	if (query_map.has("name"))  	{ -		name = query_map["name"]; +		name = query_map["name"].asString();  	}  	return name;  } | 
