X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d9e9fb523fa2b9535b0f30d9678fe4c7fca03953..ede3a6d68af66772b4f5f94208b4126bab566cc8:/src/common/sckipc.cpp?ds=sidebyside diff --git a/src/common/sckipc.cpp b/src/common/sckipc.cpp index 79e5ce5d46..5dbcec46cd 100644 --- a/src/common/sckipc.cpp +++ b/src/common/sckipc.cpp @@ -86,7 +86,7 @@ enum // get the address object for the given server name, the caller must delete it static wxSockAddress * -GetAddressFromName(const wxString& serverName, const wxString& host = _T("")) +GetAddressFromName(const wxString& serverName, const wxString& host = wxEmptyString) { // we always use INET sockets under non-Unix systems #if defined(__UNIX__) && !defined(__WXMAC__) && !defined(__WINE__)