Last .empty() string source cleaning before 2.5.4.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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__)
|
||||
|
Reference in New Issue
Block a user