diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterhandler.h | 2 |
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 | { |
40 | public: | 40 | public: |
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 |