Compilation fix for wxUSE_STL == 1 and wxUSE_UNICODE == 1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f6afb56a2d
commit
6e94fff95a
@ -1149,7 +1149,7 @@ public:
|
||||
: wxStringBase(str, nPos, nLen) { }
|
||||
// take all characters from pStart to pEnd
|
||||
wxString(const void *pStart, const void *pEnd)
|
||||
: wxStringBase((const char*)pStart, (const char*)pEnd) { }
|
||||
: wxStringBase((const wxChar*)pStart, (const wxChar*)pEnd) { }
|
||||
#if wxUSE_STL
|
||||
wxString(const_iterator first, const_iterator last)
|
||||
: wxStringBase(first, last) { }
|
||||
|
Loading…
Reference in New Issue
Block a user