diff --git a/src/common/string.cpp b/src/common/string.cpp index beb618873d..9c01501994 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -591,6 +591,7 @@ wxString& wxString::operator=(wxChar ch) return *this; } + // assigns C string wxString& wxString::operator=(const wxChar *psz) {