Correct compilation conditions for wxURL::SetProxy.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -64,10 +64,10 @@ public:
|
||||
|
||||
wxInputStream *GetInputStream();
|
||||
|
||||
#if wxUSE_SOCKETS
|
||||
#if wxUSE_PROTOCOL_HTTP
|
||||
static void SetDefaultProxy(const wxString& url_proxy);
|
||||
void SetProxy(const wxString& url_proxy);
|
||||
#endif // wxUSE_SOCKETS
|
||||
#endif // wxUSE_PROTOCOL_HTTP
|
||||
|
||||
#if WXWIN_COMPATIBILITY_2_4
|
||||
//Use the proper wxURI accessors instead
|
||||
|
Reference in New Issue
Block a user