It should be "wxEmptyString".
Closes #13955.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70570
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,
- const wxString& name = wxEmptyStr);
+ const wxString& name = wxEmptyString);
//@}
/**
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,
- const wxString& name = wxEmptyStr);
+ const wxString& name = wxEmptyString);
//@}
/**