diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llloginhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llloginhandler.cpp b/linden/indra/newview/llloginhandler.cpp index 6366398..30b05ef 100644 --- a/linden/indra/newview/llloginhandler.cpp +++ b/linden/indra/newview/llloginhandler.cpp | |||
@@ -111,7 +111,7 @@ void LLLoginHandler::parse(const LLSD& queryMap) | |||
111 | 111 | ||
112 | bool LLLoginHandler::handle(const LLSD& tokens, | 112 | bool LLLoginHandler::handle(const LLSD& tokens, |
113 | const LLSD& query_map, | 113 | const LLSD& query_map, |
114 | LLWebBrowserCtrl* web) | 114 | LLMediaCtrl* web) |
115 | { | 115 | { |
116 | parse(query_map); | 116 | parse(query_map); |
117 | 117 | ||