aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelclassified.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpanelclassified.cpp')
-rw-r--r--linden/indra/newview/llpanelclassified.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelclassified.cpp b/linden/indra/newview/llpanelclassified.cpp
index 2249479..d3230c8 100644
--- a/linden/indra/newview/llpanelclassified.cpp
+++ b/linden/indra/newview/llpanelclassified.cpp
@@ -146,7 +146,7 @@ public:
146 const bool from_search = true; 146 const bool from_search = true;
147 LLPanelClassified::sendClassifiedClickMessage(classified_id, "teleport", from_search); 147 LLPanelClassified::sendClassifiedClickMessage(classified_id, "teleport", from_search);
148 // Invoke teleport 148 // Invoke teleport
149 LLWebBrowserCtrl* web = NULL; 149 LLMediaCtrl* web = NULL;
150 const bool trusted_browser = true; 150 const bool trusted_browser = true;
151 return LLURLDispatcher::dispatch(url, web, trusted_browser); 151 return LLURLDispatcher::dispatch(url, web, trusted_browser);
152 } 152 }