X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0fe1f685b4d05fefd042ebb4a88bb8789ed237c2..c44fdc9401f92025ea8ae930cd03afd01ef3ae3f:/include/wx/string.h diff --git a/include/wx/string.h b/include/wx/string.h index b5b8104dea..c3380f25ec 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -346,7 +346,7 @@ public: #if wxUSE_WCHAR_T // from wide (Unicode) string - wxString(const wchar_t *pwz, wxMBConv& conv = wxConvLibc); + wxString(const wchar_t *pwz, wxMBConv& conv = wxConvLibc, size_t nLength = wxSTRING_MAXLEN); #endif // !wxUSE_WCHAR_T // from wxCharBuffer