summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMonroe Linden <monroe@lindenlab.com>2010-12-03 15:27:01 -0800
committerMonroe Linden <monroe@lindenlab.com>2010-12-03 15:27:01 -0800
commitfd8b7b198edf142bd544e47f82328e194f05a6a1 (patch)
treea571d55c0b7f4959fdffc3eec4c5adaf1f9faac3 /indra/newview
parent6924998e85c5637c190c2c97bb94fa421cc6774e (diff)
Fix build break on the mac.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llweb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llweb.h b/indra/newview/llweb.h
index a74d4b6364..dc5958e57f 100644
--- a/indra/newview/llweb.h
+++ b/indra/newview/llweb.h
@@ -58,7 +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 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); }