aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterevent.cpp')
-rw-r--r--linden/indra/newview/llfloaterevent.cpp2
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 {