diff options
Diffstat (limited to 'linden/indra/newview/llfloatergroupinfo.cpp')
-rw-r--r-- | linden/indra/newview/llfloatergroupinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatergroupinfo.cpp b/linden/indra/newview/llfloatergroupinfo.cpp index 6fbd5e1..3ae7d5a 100644 --- a/linden/indra/newview/llfloatergroupinfo.cpp +++ b/linden/indra/newview/llfloatergroupinfo.cpp | |||
@@ -60,7 +60,7 @@ public: | |||
60 | // requires trusted browser to trigger | 60 | // requires trusted browser to trigger |
61 | LLGroupHandler() : LLCommandHandler("group", true) { } | 61 | LLGroupHandler() : LLCommandHandler("group", true) { } |
62 | bool handle(const LLSD& tokens, const LLSD& query_map, | 62 | bool handle(const LLSD& tokens, const LLSD& query_map, |
63 | LLWebBrowserCtrl* web) | 63 | LLMediaCtrl* web) |
64 | { | 64 | { |
65 | if (tokens.size() < 1) | 65 | if (tokens.size() < 1) |
66 | { | 66 | { |