diff options
author | Richard Nelson <none@none> | 2010-03-29 15:29:12 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-03-29 15:29:12 -0700 |
commit | eeeca917975e11bfe4b42a6b3c9c23cd63f2fe2e (patch) | |
tree | 523ce33dd89d2d24e936baa11a0b8263c668ce49 /indra/llwindow/llwindowsdl.cpp | |
parent | 114e5ca0839bace7f247a6eadb6e06a28597501d (diff) | |
parent | e50586043b3920864d58bb2243d977705d6669aa (diff) |
merge
Diffstat (limited to 'indra/llwindow/llwindowsdl.cpp')
-rw-r--r-- | indra/llwindow/llwindowsdl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowsdl.cpp b/indra/llwindow/llwindowsdl.cpp index efa0110f8b..4d25b4134e 100644 --- a/indra/llwindow/llwindowsdl.cpp +++ b/indra/llwindow/llwindowsdl.cpp @@ -2465,7 +2465,7 @@ void exec_cmd(const std::string& cmd, const std::string& arg) // Open a URL with the user's default web browser. // Must begin with protocol identifier. -void LLWindowSDL::spawnWebBrowser(const std::string& escaped_url) +void LLWindowSDL::spawnWebBrowser(const std::string& escaped_url, bool async) { llinfos << "spawn_web_browser: " << escaped_url << llendl; |