summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowmacosx.cpp
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-03-29 15:29:12 -0700
committerRichard Nelson <none@none>2010-03-29 15:29:12 -0700
commiteeeca917975e11bfe4b42a6b3c9c23cd63f2fe2e (patch)
tree523ce33dd89d2d24e936baa11a0b8263c668ce49 /indra/llwindow/llwindowmacosx.cpp
parent114e5ca0839bace7f247a6eadb6e06a28597501d (diff)
parente50586043b3920864d58bb2243d977705d6669aa (diff)
merge
Diffstat (limited to 'indra/llwindow/llwindowmacosx.cpp')
-rw-r--r--indra/llwindow/llwindowmacosx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowmacosx.cpp b/indra/llwindow/llwindowmacosx.cpp
index 022b97f481..7026a3f7a6 100644
--- a/indra/llwindow/llwindowmacosx.cpp
+++ b/indra/llwindow/llwindowmacosx.cpp
@@ -3178,7 +3178,7 @@ S32 OSMessageBoxMacOSX(const std::string& text, const std::string& caption, U32
// Open a URL with the user's default web browser.
// Must begin with protocol identifier.
-void LLWindowMacOSX::spawnWebBrowser(const std::string& escaped_url)
+void LLWindowMacOSX::spawnWebBrowser(const std::string& escaped_url, bool async)
{
bool found = false;
S32 i;