From 70edaea49cc10a3817dc60c49402afe4c6212df8 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Fri, 2 Oct 2009 14:16:03 -0700 Subject: QAR-1619: need to help Linux gcc figure out LLSD-to-string assignment --- indra/newview/llstartup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index dcec99a9d2..0598ce9f9d 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2974,7 +2974,7 @@ bool process_login_success_response() } // this is the base used to construct help URLs - text = response["help_url_format"]; + text = response["help_url_format"].asString(); if (!text.empty()) { // replace the default help URL format -- cgit v1.2.3