diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llloginhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llloginhandler.h b/linden/indra/newview/llloginhandler.h index c76d7e8..0844b80 100644 --- a/linden/indra/newview/llloginhandler.h +++ b/linden/indra/newview/llloginhandler.h | |||
@@ -40,7 +40,7 @@ class LLLoginHandler : public LLCommandHandler | |||
40 | public: | 40 | public: |
41 | // allow from external browsers | 41 | // allow from external browsers |
42 | LLLoginHandler() : LLCommandHandler("login", false) { } | 42 | LLLoginHandler() : LLCommandHandler("login", false) { } |
43 | /*virtual*/ bool handle(const LLSD& tokens, const LLSD& query_map, LLWebBrowserCtrl* web); | 43 | /*virtual*/ bool handle(const LLSD& tokens, const LLSD& query_map, LLMediaCtrl* web); |
44 | 44 | ||
45 | // Fill in our internal fields from a SLURL like | 45 | // Fill in our internal fields from a SLURL like |
46 | // secondlife:///app/login?first=Bob&last=Dobbs | 46 | // secondlife:///app/login?first=Bob&last=Dobbs |