X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/223d09f6b523aac674ef9b72a883dfa8d37c5d4e..41b1047d910c3aba988b5b619ba885b7ac89cf20:/src/common/ftp.cpp diff --git a/src/common/ftp.cpp b/src/common/ftp.cpp index a47d3a7b27..0ff2dfda36 100644 --- a/src/common/ftp.cpp +++ b/src/common/ftp.cpp @@ -65,7 +65,7 @@ wxFTP::wxFTP() m_user = wxT("anonymous"); m_passwd = wxGetUserId(); - m_passwd += '@'; + m_passwd += wxT('@'); m_passwd += wxGetHostName(); SetNotify(0);