]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckaddr.cpp
gcc warning about printf() format mismatch corrected
[wxWidgets.git] / src / common / sckaddr.cpp
index 25d22c56ca0ced367424fcdd45ce3443199058c8..fff40bef7ddae9e2cec462773dd72225a51bee00 100644 (file)
@@ -103,8 +103,8 @@ wxIPV4address::~wxIPV4address()
 bool wxIPV4address::Hostname(const wxString& name)
 {
   // Some people are sometimes fool.
-  if (name == T("")) {
-    wxLogWarning( T("Trying to solve a NULL hostname: giving up") );
+  if (name == wxT("")) {
+    wxLogWarning( wxT("Trying to solve a NULL hostname: giving up") );
     return FALSE;
   }