Fixed unicode build after r58272.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -169,7 +169,7 @@ wxString wxURI::GetPassword() const
|
|||||||
size_t posColon = m_userinfo.find(':');
|
size_t posColon = m_userinfo.find(':');
|
||||||
|
|
||||||
if ( posColon == wxString::npos )
|
if ( posColon == wxString::npos )
|
||||||
return "";
|
return wxT("");
|
||||||
|
|
||||||
return m_userinfo(posColon + 1, wxString::npos);
|
return m_userinfo(posColon + 1, wxString::npos);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user