]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stringimpl.cpp
really fix window being repositioned after hiding, then reshowing
[wxWidgets.git] / src / common / stringimpl.cpp
index 0f1380e708e43414f43b837cd3d854cdba183d3f..ecf9ea5b1b30a8a28fc29b1f7e954c839d66fd12 100644 (file)
@@ -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