diff options
author | Armin Weatherwax | 2010-06-14 12:04:49 +0200 |
---|---|---|
committer | Armin Weatherwax | 2010-09-23 15:38:25 +0200 |
commit | 35df5441d3e2789663532c948731aff3a1e04728 (patch) | |
tree | ac7674289784a5f96106ea507637055a8dada78a /linden/indra/newview/llfloaterevent.cpp | |
parent | Changed version to Experimental 2010.09.18 (diff) | |
download | meta-impy-35df5441d3e2789663532c948731aff3a1e04728.zip meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.gz meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.bz2 meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.xz |
llmediaplugins first step
Diffstat (limited to 'linden/indra/newview/llfloaterevent.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterevent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterevent.cpp b/linden/indra/newview/llfloaterevent.cpp index 485c13c..0ec2a76 100644 --- a/linden/indra/newview/llfloaterevent.cpp +++ b/linden/indra/newview/llfloaterevent.cpp | |||
@@ -58,7 +58,7 @@ public: | |||
58 | // requires trusted browser to trigger | 58 | // requires trusted browser to trigger |
59 | LLEventHandler() : LLCommandHandler("event", true) { } | 59 | LLEventHandler() : LLCommandHandler("event", true) { } |
60 | bool handle(const LLSD& tokens, const LLSD& query_map, | 60 | bool handle(const LLSD& tokens, const LLSD& query_map, |
61 | LLWebBrowserCtrl* web) | 61 | LLMediaCtrl* web) |
62 | { | 62 | { |
63 | if (tokens.size() < 2) | 63 | if (tokens.size() < 2) |
64 | { | 64 | { |