diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-06-21 20:55:39 +0300 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-06-21 20:55:39 +0300 |
| commit | 8369276a4967185985cb5957b22cda6897e2df29 (patch) | |
| tree | 9a83a2be991f3464d11ebb9f7cdf5588ece8dd0f /indra/newview/llstartup.cpp | |
| parent | a2d91f3160ec50a4208214b612d41868b23e3c35 (diff) | |
DRTVWR-493 LLViewerMedia to singleton
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -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 0d99b35aee..d3be7c64f8 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -3543,7 +3543,7 @@ bool process_login_success_response() if(!openid_url.empty()) { std::string openid_token = response["openid_token"]; - LLViewerMedia::openIDSetup(openid_url, openid_token); + LLViewerMedia::getInstance()->openIDSetup(openid_url, openid_token); } gMaxAgentGroups = DEFAULT_MAX_AGENT_GROUPS; |
