diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llstatusbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llstatusbar.cpp b/linden/indra/newview/llstatusbar.cpp index fbb99f0..4998981 100644 --- a/linden/indra/newview/llstatusbar.cpp +++ b/linden/indra/newview/llstatusbar.cpp | |||
@@ -860,7 +860,7 @@ class LLBalanceHandler : public LLCommandHandler | |||
860 | public: | 860 | public: |
861 | // Requires "trusted" browser/URL source | 861 | // Requires "trusted" browser/URL source |
862 | LLBalanceHandler() : LLCommandHandler("balance", true) { } | 862 | LLBalanceHandler() : LLCommandHandler("balance", true) { } |
863 | bool handle(const LLSD& tokens, const LLSD& query_map, LLWebBrowserCtrl* web) | 863 | bool handle(const LLSD& tokens, const LLSD& query_map, LLMediaCtrl* web) |
864 | { | 864 | { |
865 | if (tokens.size() == 1 | 865 | if (tokens.size() == 1 |
866 | && tokens[0].asString() == "request") | 866 | && tokens[0].asString() == "request") |