X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/856d2e527d20faf46ce40734e858c7cc92b2f704..6c82a1fd8d02beb023b21d230b97ddce42962b02:/include/wx/url.h?ds=sidebyside diff --git a/include/wx/url.h b/include/wx/url.h index 22741e9295..f37d4a9d90 100644 --- a/include/wx/url.h +++ b/include/wx/url.h @@ -36,7 +36,7 @@ class WXDLLEXPORT wxURL : public wxObject { DECLARE_DYNAMIC_CLASS(wxURL) protected: static wxProtoInfo *g_protocols; - static wxHTTP g_proxy; + static wxHTTP *g_proxy; wxProtoInfo *m_protoinfo; wxProtocol *m_protocol; wxHTTP m_proxy; @@ -52,6 +52,7 @@ protected: bool FetchProtocol(); friend class wxProtoInfo; + friend class wxProtocolModule; public: wxURL(const wxString& url);