X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/467175ab3f2177aa824ceb7b67934fd54ce4e8e0..f13a38a5fae79b1416c97e9ffde8b51016924512:/src/common/string.cpp diff --git a/src/common/string.cpp b/src/common/string.cpp index 9fc84b0878..25f604519c 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -408,7 +408,7 @@ bool wxString::Shrink() // deprecated compatibility code: #if WXWIN_COMPATIBILITY_2_8 && !wxUSE_STL_BASED_WXSTRING && !wxUSE_UNICODE_UTF8 -wxChar *wxString::GetWriteBuf(size_t nLen) +wxStringCharType *wxString::GetWriteBuf(size_t nLen) { return DoGetWriteBuf(nLen); }