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/llwindowwin32.h | |
parent | 114e5ca0839bace7f247a6eadb6e06a28597501d (diff) | |
parent | e50586043b3920864d58bb2243d977705d6669aa (diff) |
merge
Diffstat (limited to 'indra/llwindow/llwindowwin32.h')
-rw-r--r-- | indra/llwindow/llwindowwin32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowwin32.h b/indra/llwindow/llwindowwin32.h index 9d57735772..d4a3446515 100644 --- a/indra/llwindow/llwindowwin32.h +++ b/indra/llwindow/llwindowwin32.h @@ -114,7 +114,7 @@ public: /*virtual*/ void setLanguageTextInput( const LLCoordGL & pos ); /*virtual*/ void updateLanguageTextInputArea(); /*virtual*/ void interruptLanguageTextInput(); - /*virtual*/ void spawnWebBrowser(const std::string& escaped_url); + /*virtual*/ void spawnWebBrowser(const std::string& escaped_url, bool async); LLWindowCallbacks::DragNDropResult completeDragNDropRequest( const LLCoordGL gl_coord, const MASK mask, LLWindowCallbacks::DragNDropAction action, const std::string url ); |