summaryrefslogtreecommitdiff
path: root/indra/newview/llweb.h
diff options
context:
space:
mode:
authorcallum <none@none>2010-12-02 18:46:26 -0800
committercallum <none@none>2010-12-02 18:46:26 -0800
commit84a50386be1ef34100e153666389ffacf03e8e8b (patch)
treecc306f7c9d698ec642d86b3763e4de0ae89eb94d /indra/newview/llweb.h
parentedc644c3933b78dffe81de4ca4362fcf603e7e2e (diff)
SOCIAL-317 FIX LLWebContentFloater opens popups in the media browser
Diffstat (limited to 'indra/newview/llweb.h')
-rw-r--r--indra/newview/llweb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llweb.h b/indra/newview/llweb.h
index 3fe5a4dcad..a74d4b6364 100644
--- a/indra/newview/llweb.h
+++ b/indra/newview/llweb.h
@@ -58,6 +58,7 @@ public:
static void loadURLExternal(const std::string& url, bool async, const std::string& uuid = LLStringUtil::null);
// Explicitly open a Web URL using the Web content floater vs. the more general media browser
+ static void LLWeb::loadWebURL(const std::string& url, const std::string& target, const std::string& uuid);
static void loadWebURLInternal(const std::string &url, const std::string& target, const std::string& uuid);
static void loadWebURLInternal(const std::string &url) { loadWebURLInternal(url, LLStringUtil::null, LLStringUtil::null); }