X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/223d09f6b523aac674ef9b72a883dfa8d37c5d4e..f6b77239295c92072f13e88d49284fb647f79971:/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);