]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
Added mini docs to wxListbook
[wxWidgets.git] / src / common / string.cpp
index 9fc84b087850b87d8793504c6db697c59a6dd2ff..25f604519ca24d0ae0aeb8e63cee53635ad854c9 100644 (file)
@@ -408,7 +408,7 @@ bool wxString::Shrink()
 
 // deprecated compatibility code:
 #if WXWIN_COMPATIBILITY_2_8 && !wxUSE_STL_BASED_WXSTRING && !wxUSE_UNICODE_UTF8
 
 // 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);
 }
 {
     return DoGetWriteBuf(nLen);
 }