aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterparcel.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterparcel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterparcel.cpp b/linden/indra/newview/llfloaterparcel.cpp
index 4213150..a61f3b9 100644
--- a/linden/indra/newview/llfloaterparcel.cpp
+++ b/linden/indra/newview/llfloaterparcel.cpp
@@ -55,7 +55,7 @@ public:
55 // requires trusted browser to trigger 55 // requires trusted browser to trigger
56 LLParcelHandler() : LLCommandHandler("parcel", true) { } 56 LLParcelHandler() : LLCommandHandler("parcel", true) { }
57 bool handle(const LLSD& params, const LLSD& query_map, 57 bool handle(const LLSD& params, const LLSD& query_map,
58 LLWebBrowserCtrl* web) 58 LLMediaCtrl* web)
59 { 59 {
60 if (params.size() < 2) 60 if (params.size() < 2)
61 { 61 {