aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llloginhandler.cpp
diff options
context:
space:
mode:
authorArmin Weatherwax2010-06-14 12:04:49 +0200
committerArmin Weatherwax2010-09-23 15:38:25 +0200
commit35df5441d3e2789663532c948731aff3a1e04728 (patch)
treeac7674289784a5f96106ea507637055a8dada78a /linden/indra/newview/llloginhandler.cpp
parentChanged version to Experimental 2010.09.18 (diff)
downloadmeta-impy-35df5441d3e2789663532c948731aff3a1e04728.zip
meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.gz
meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.bz2
meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.xz
llmediaplugins first step
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llloginhandler.cpp2
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
112bool LLLoginHandler::handle(const LLSD& tokens, 112bool 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