]> git.saurik.com Git - wxWidgets.git/commit - interface/wx/string.h
initialize wxStringBuffer with the original contents of wxString it was created from...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 6 Jun 2008 21:19:23 +0000 (21:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 6 Jun 2008 21:19:23 +0000 (21:19 +0000)
commit062dc5fc22801a7c33ea192512de8fe2b5592133
tree7933a7f0961ff12029745b38466ba5d428e4eebf
parent1bc821059355d60e379c56083013553294df88c1
initialize wxStringBuffer with the original contents of wxString it was created from for better compatibility with the old, non-STL, build (this avoids problems such as ticket #4845); add wxString::tchar_buf() to help with the implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/string.h
interface/string.h
tests/strings/strings.cpp