]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ftp.cpp
no message
[wxWidgets.git] / src / common / ftp.cpp
index ee2ac234d569f2f333a3f8c3758252079f266226..28aad19f7f4b274cfdd30f18962c4f2c504cb379 100644 (file)
 #ifndef __MWERKS__
 #include <memory.h>
 #endif
+#if defined(__WXMAC__)
+#include "/wx/mac/macsock.h"
+#endif
+
 #include <stdlib.h>
 #include "wx/string.h"
 #include "wx/utils.h"
@@ -76,7 +80,7 @@ wxFTP::~wxFTP()
 ////////////////////////////////////////////////////////////////
 ////// wxFTP connect and login methods /////////////////////////
 ////////////////////////////////////////////////////////////////
-bool wxFTP::Connect(wxSockAddress& addr)
+bool wxFTP::Connect(wxSockAddress& addr, bool WXUNUSED(wait))
 {
   if (!m_handler) {
     m_lastError = wxPROTO_NOHNDLR;