diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-10-02 14:16:03 -0700 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-10-02 14:16:03 -0700 |
commit | 70edaea49cc10a3817dc60c49402afe4c6212df8 (patch) | |
tree | ebb83cd9fe5dbd14a9f966f2a7b64e5f798000c0 /indra | |
parent | a3f11b1a998635510a4008b1d213bbb51fbd50c8 (diff) |
QAR-1619: need to help Linux gcc figure out LLSD-to-string assignment
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |