]> git.saurik.com Git - wxWidgets.git/commitdiff
deprecated wxString::GetWriteBuf() and friends in favour of wxStringBuffer
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 9 Mar 2007 16:03:41 +0000 (16:03 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 9 Mar 2007 16:03:41 +0000 (16:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 05d265ae3d425be4e54100c5ad575515c0ad5b02..d5242d64e037a24c95cfefae59782b0281eff495 100644 (file)
@@ -18,6 +18,8 @@ Deprecated methods and their replacements
 -----------------------------------------
 
 - wxCreateGreyedImage() deprecated, use wxImage::ConvertToGreyscale() instead.
+- wxString::GetWriteBuf() and UngetWriteBuf() deprecated, using wxStringBuffer
+  or wxStringBufferLength instead.
 
 Major new features in this release
 ----------------------------------