]> git.saurik.com Git - wxWidgets.git/commit
Fix string stream unit test compilation in non-Unicode build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Apr 2010 11:21:37 +0000 (11:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Apr 2010 11:21:37 +0000 (11:21 +0000)
commit9def6786d6dfa2be639dc339a5b100e6bedd99aa
tree5a47705b47fa1265a42918310dbe6c1a7acdc29d
parent71d77ea604b1d6663a3d2624ec6283ba46b2f008
Fix string stream unit test compilation in non-Unicode build.

wxScopedCharBuffer can't be constructed from char* string, just use
wxCharBuffer instead, we don't care about efficiency here.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/streams/sstream.cpp