X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/817270659e986de1b243586d8eb6ad3a76c87480..aa34396cb224b539dd9fd7eaefd31a1907c22959:/src/common/stringimpl.cpp?ds=sidebyside diff --git a/src/common/stringimpl.cpp b/src/common/stringimpl.cpp index 0f1380e708..ecf9ea5b1b 100644 --- a/src/common/stringimpl.cpp +++ b/src/common/stringimpl.cpp @@ -754,7 +754,7 @@ bool wxStringImpl::ConcatSelf(size_t nSrcLen, #if !wxUSE_UNICODE_UTF8 // get the pointer to writable buffer of (at least) nLen bytes -wxChar *wxStringImpl::DoGetWriteBuf(size_t nLen) +wxStringCharType *wxStringImpl::DoGetWriteBuf(size_t nLen) { if ( !AllocBeforeWrite(nLen) ) { // allocation failure handled by caller