wxURLDataObject has a parameter

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-08-26 20:40:24 +00:00
parent 28cc717d5a
commit d464551409

View File

@@ -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(),