X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4ada568223b79c8a5769cc351c36a8e2ccd7841..9026ad85a9792a6e5a6b41320886b154c38a9d0d:/include/wx/protocol/http.h 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; }