From a32918041152938737015a43bea44bacb17431b2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 24 Aug 2001 18:14:06 +0000 Subject: [PATCH] no changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/string.cpp | 1 + 1 file changed, 1 insertion(+) 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) {