always return (owned or non-owned, depending on build) wxScopedCharBuffer from utf8_str() and ToUTF8()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -479,7 +479,7 @@ void MyFrame::OnTest2(wxCommandEvent& WXUNUSED(event))
|
||||
_("Test 2 ..."),
|
||||
_("Yes I like wxWidgets!"));
|
||||
|
||||
const wxUTF8Buf msg1(s.utf8_str());
|
||||
const wxScopedCharBuffer msg1(s.utf8_str());
|
||||
size_t len = wxStrlen(msg1) + 1;
|
||||
wxCharBuffer msg2(wxStrlen(msg1));
|
||||
|
||||
|
Reference in New Issue
Block a user