From d4645514092bdb6584d62a781412642f570afe86 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 26 Aug 2006 20:40:24 +0000 Subject: [PATCH] wxURLDataObject has a parameter git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_dataobj.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_dataobj.i b/wxPython/src/_dataobj.i index d01569c2ac..3d1608edcd 100644 --- a/wxPython/src/_dataobj.i +++ b/wxPython/src/_dataobj.i @@ -809,7 +809,7 @@ DocStr(wxURLDataObject, browsers such that it is able to be dragged to or from them.", ""); class wxURLDataObject : public wxDataObject/*Composite*/ { public: - wxURLDataObject(); + wxURLDataObject(const wxString& url = wxPyEmptyString); DocDeclStr( wxString , GetURL(), -- 2.47.2