X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/223d09f6b523aac674ef9b72a883dfa8d37c5d4e..4004f41e3ce1655f9fa05c55a697ac0f8677c23a:/src/common/ftp.cpp diff --git a/src/common/ftp.cpp b/src/common/ftp.cpp index a47d3a7b27..70e4e9a688 100644 --- a/src/common/ftp.cpp +++ b/src/common/ftp.cpp @@ -48,10 +48,8 @@ #define FTP_BSIZE 1024 -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxFTP, wxProtocol) IMPLEMENT_PROTOCOL(wxFTP, wxT("ftp"), wxT("ftp"), TRUE) -#endif //////////////////////////////////////////////////////////////// ////// wxFTP constructor and destructor //////////////////////// @@ -65,7 +63,7 @@ wxFTP::wxFTP() m_user = wxT("anonymous"); m_passwd = wxGetUserId(); - m_passwd += '@'; + m_passwd += wxT('@'); m_passwd += wxGetHostName(); SetNotify(0);