]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stringimpl.cpp
update frm Ivan Masar
[wxWidgets.git] / src / common / stringimpl.cpp
index 0f1380e708e43414f43b837cd3d854cdba183d3f..3cafa8bf8066c15f62965ea8685d49b24604c1f1 100644 (file)
@@ -752,9 +752,8 @@ bool wxStringImpl::ConcatSelf(size_t nSrcLen,
   return true;
 }
 
-#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
@@ -784,6 +783,5 @@ void wxStringImpl::DoUngetWriteBuf(size_t nLen)
   pData->nDataLength = nLen;
   pData->Validate(true);
 }
-#endif // !wxUSE_UNICODE_UTF8
 
 #endif // !wxUSE_STL_BASED_WXSTRING