X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4ada568223b79c8a5769cc351c36a8e2ccd7841..47bc1060127d86222768789575295254a710f5a6:/include/wx/url.h diff --git a/include/wx/url.h b/include/wx/url.h index dae1c6ec30..22741e9295 100644 --- a/include/wx/url.h +++ b/include/wx/url.h @@ -42,6 +42,7 @@ protected: wxHTTP m_proxy; wxURLError m_error; wxString m_protoname, m_hostname, m_servname, m_path, m_url; + wxString m_user, m_password; bool PrepProto(wxString& url); bool PrepHost(wxString& url);