X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/444ad3a71961ee9b131bfc4a8f99d0c53fd79093..e34732036315991c0ab6ab9035fa844c5080ee19:/include/wx/msw/ole/dataobj2.h diff --git a/include/wx/msw/ole/dataobj2.h b/include/wx/msw/ole/dataobj2.h index 7fdfa70f97..6f3740d972 100644 --- a/include/wx/msw/ole/dataobj2.h +++ b/include/wx/msw/ole/dataobj2.h @@ -90,6 +90,9 @@ public: // return the URL as string wxString GetURL() const; + // Set a string as the URL in the data object + void SetURL(const wxString& url); + // override to set m_textFormat virtual bool SetData(const wxDataFormat& format, size_t len,