no changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-08-24 18:14:06 +00:00
parent 66dfed9b9d
commit a329180411

View File

@ -591,6 +591,7 @@ wxString& wxString::operator=(wxChar ch)
return *this;
}
// assigns C string
wxString& wxString::operator=(const wxChar *psz)
{