]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stringimpl.cpp
update frm Ivan Masar
[wxWidgets.git] / src / common / stringimpl.cpp
index ecf9ea5b1b30a8a28fc29b1f7e954c839d66fd12..3cafa8bf8066c15f62965ea8685d49b24604c1f1 100644 (file)
@@ -752,7 +752,6 @@ bool wxStringImpl::ConcatSelf(size_t nSrcLen,
   return true;
 }
 
-#if !wxUSE_UNICODE_UTF8
 // get the pointer to writable buffer of (at least) nLen bytes
 wxStringCharType *wxStringImpl::DoGetWriteBuf(size_t nLen)
 {
@@ -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