X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4ada568223b79c8a5769cc351c36a8e2ccd7841..c96faa7c9b1926d63a2fff32ac4508d3138a7bee:/include/wx/protocol/ftp.h diff --git a/include/wx/protocol/ftp.h b/include/wx/protocol/ftp.h index 7fca01f8b7..9f71992f2b 100644 --- a/include/wx/protocol/ftp.h +++ b/include/wx/protocol/ftp.h @@ -30,7 +30,7 @@ public: ~wxFTP(); bool Close(); - bool Connect(wxSockAddress& addr); + bool Connect(wxSockAddress& addr, bool wait = TRUE); bool Connect(const wxString& host); void SetUser(const wxString& user) { m_user = user; }