X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de536319f16406adf967003637b2655c61f6cb09..4b5e178a4c22caac92952131632641c63821fc0c:/src/common/ftp.cpp diff --git a/src/common/ftp.cpp b/src/common/ftp.cpp index 27b3e70cdf..909fe66861 100644 --- a/src/common/ftp.cpp +++ b/src/common/ftp.cpp @@ -107,7 +107,7 @@ wxFTP::~wxFTP() // wxFTP connect and login methods // ---------------------------------------------------------------------------- -bool wxFTP::Connect(wxSockAddress& addr, bool WXUNUSED(wait)) +bool wxFTP::Connect(const wxSockAddress& addr, bool WXUNUSED(wait)) { if ( !wxProtocol::Connect(addr) ) {