X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4ada568223b79c8a5769cc351c36a8e2ccd7841..d220ae323719c2dccd35587b1b72f45e9bbeda79:/include/wx/protocol/http.h?ds=inline diff --git a/include/wx/protocol/http.h b/include/wx/protocol/http.h index 97282b5665..82c1365889 100644 --- a/include/wx/protocol/http.h +++ b/include/wx/protocol/http.h @@ -27,7 +27,7 @@ public: ~wxHTTP(); bool Connect(const wxString& host); - bool Connect(wxSockAddress& addr); + bool Connect(wxSockAddress& addr, bool wait); bool Abort(); wxInputStream *GetInputStream(const wxString& path); inline wxProtocolError GetError() { return m_perr; }