diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llcommandhandler.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llcommandhandler.cpp b/linden/indra/newview/llcommandhandler.cpp index 422c94a..a04182a 100644 --- a/linden/indra/newview/llcommandhandler.cpp +++ b/linden/indra/newview/llcommandhandler.cpp | |||
@@ -55,7 +55,7 @@ public: | |||
55 | bool dispatch(const std::string& cmd, | 55 | bool dispatch(const std::string& cmd, |
56 | const LLSD& params, | 56 | const LLSD& params, |
57 | const LLSD& query_map, | 57 | const LLSD& query_map, |
58 | LLWebBrowserCtrl* web, | 58 | LLMediaCtrl* web, |
59 | bool trusted_browser); | 59 | bool trusted_browser); |
60 | 60 | ||
61 | private: | 61 | private: |
@@ -84,7 +84,7 @@ void LLCommandHandlerRegistry::add(const char* cmd, bool require_trusted_browser | |||
84 | bool LLCommandHandlerRegistry::dispatch(const std::string& cmd, | 84 | bool LLCommandHandlerRegistry::dispatch(const std::string& cmd, |
85 | const LLSD& params, | 85 | const LLSD& params, |
86 | const LLSD& query_map, | 86 | const LLSD& query_map, |
87 | LLWebBrowserCtrl* web, | 87 | LLMediaCtrl* web, |
88 | bool trusted_browser) | 88 | bool trusted_browser) |
89 | { | 89 | { |
90 | std::map<std::string, LLCommandHandlerInfo>::iterator it = mMap.find(cmd); | 90 | std::map<std::string, LLCommandHandlerInfo>::iterator it = mMap.find(cmd); |
@@ -126,7 +126,7 @@ LLCommandHandler::~LLCommandHandler() | |||
126 | bool LLCommandDispatcher::dispatch(const std::string& cmd, | 126 | bool LLCommandDispatcher::dispatch(const std::string& cmd, |
127 | const LLSD& params, | 127 | const LLSD& params, |
128 | const LLSD& query_map, | 128 | const LLSD& query_map, |
129 | LLWebBrowserCtrl* web, | 129 | LLMediaCtrl* web, |
130 | bool trusted_browser) | 130 | bool trusted_browser) |
131 | { | 131 | { |
132 | return LLCommandHandlerRegistry::instance().dispatch( | 132 | return LLCommandHandlerRegistry::instance().dispatch( |