aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterhandler.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterhandler.h b/linden/indra/newview/llfloaterhandler.h
index b08f1f3..31ea80c 100644
--- a/linden/indra/newview/llfloaterhandler.h
+++ b/linden/indra/newview/llfloaterhandler.h
@@ -39,7 +39,7 @@ class LLFloaterHandler
39{ 39{
40public: 40public:
41 LLFloaterHandler() : LLCommandHandler("floater", true) { } 41 LLFloaterHandler() : LLCommandHandler("floater", true) { }
42 bool handle(const LLSD& params, const LLSD& query_map, LLWebBrowserCtrl* web); 42 bool handle(const LLSD& params, const LLSD& query_map, LLMediaCtrl* web);
43}; 43};
44 44
45#endif 45#endif