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:
Mattia Barbon
2005-03-19 23:09:31 +00:00
parent c27bcbd5a7
commit 26531700c7
2 changed files with 6 additions and 2 deletions

View File

@@ -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