X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4ada568223b79c8a5769cc351c36a8e2ccd7841..794bcc2dea743ac907b839f54e451847c9ea4b72:/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; }