summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowwin32.h
diff options
context:
space:
mode:
authorRick Pasetto <rick@lindenlab.com>2009-12-03 12:19:02 -0800
committerRick Pasetto <rick@lindenlab.com>2009-12-03 12:19:02 -0800
commitff53d4ff9b497f4f0f30035d7e02e6df290db6a4 (patch)
tree65e96cac4dc7dc8e850e34fb376a86df9accaa8b /indra/llwindow/llwindowwin32.h
parent0a2a52c3b1f60668110381ef782cfa6d1088fa4e (diff)
Fix Windows build based on API change to handleDragNDrop()
Diffstat (limited to 'indra/llwindow/llwindowwin32.h')
-rw-r--r--indra/llwindow/llwindowwin32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowwin32.h b/indra/llwindow/llwindowwin32.h
index 7f7acd5751..e99c26b7f1 100644
--- a/indra/llwindow/llwindowwin32.h
+++ b/indra/llwindow/llwindowwin32.h
@@ -113,7 +113,7 @@ public:
/*virtual*/ void interruptLanguageTextInput();
/*virtual*/ void spawnWebBrowser(const std::string& escaped_url);
- BOOL completeDragNDropRequest( const LLCoordGL gl_coord, const MASK mask, BOOL drop, const std::string url, BOOL is_slurl );
+ BOOL completeDragNDropRequest( const LLCoordGL gl_coord, const MASK mask, BOOL drop, const std::string url );
static std::vector<std::string> getDynamicFallbackFontList();