removed outdated comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d305f9dfff
commit
0ee43a72dd
@ -675,8 +675,6 @@ public:
|
|||||||
|
|
||||||
#if wxUSE_UNICODE
|
#if wxUSE_UNICODE
|
||||||
// from multibyte string
|
// from multibyte string
|
||||||
// (NB: nLength is right now number of Unicode characters, not
|
|
||||||
// characters in psz! So try not to use it yet!)
|
|
||||||
wxString(const char *psz, wxMBConv& conv, size_t nLength = npos);
|
wxString(const char *psz, wxMBConv& conv, size_t nLength = npos);
|
||||||
// from wxWCharBuffer (i.e. return from wxGetString)
|
// from wxWCharBuffer (i.e. return from wxGetString)
|
||||||
wxString(const wxWCharBuffer& psz) : wxStringBase(psz.data()) { }
|
wxString(const wxWCharBuffer& psz) : wxStringBase(psz.data()) { }
|
||||||
|
Loading…
Reference in New Issue
Block a user