fixed fatal bug in wxString ctor from wxCharBuffer when wxUSE_STL==1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -690,7 +690,7 @@ public:
|
||||
|
||||
// from wxCharBuffer
|
||||
wxString(const wxCharBuffer& psz)
|
||||
: wxStringBase(psz, npos) { }
|
||||
: wxStringBase(psz) { }
|
||||
#endif // Unicode/ANSI
|
||||
|
||||
// generic attributes & operations
|
||||
|
Reference in New Issue
Block a user