X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/78e37b46a4c1581822bab8d99486bc35c0f360ea..4e878f44abee3e03cf981772e9c623f0c16408c9:/interface/wx/string.h diff --git a/interface/wx/string.h b/interface/wx/string.h index 43a8f3651f..ed2afa915f 100644 --- a/interface/wx/string.h +++ b/interface/wx/string.h @@ -498,7 +498,7 @@ public: /** Appends the string literal @e psz with max length @e nLen. */ - wxString& Append(const wchar_t* pwz); + wxString& Append(const char* psz, size_t nLen); /** Appends the wide string literal @e psz with max length @e nLen. @@ -508,7 +508,7 @@ public: /** Appends the string @e s. */ - wxString& Append(const wchar_t* pwz, size_t nLen); + wxString& Append(const wxString& s); /** Appends the character @e ch @e count times.