git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45608
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
for ( int i = 0; i < argc; i++ )
{
// leave just the names of the options with values
for ( int i = 0; i < argc; i++ )
{
// leave just the names of the options with values
- const wxString str(wxString(argv[i]).BeforeFirst('='));
+ const wxString str = wxString(argv[i]).BeforeFirst('=');
for ( size_t j = 0; j < opt.size(); j++ )
{
for ( size_t j = 0; j < opt.size(); j++ )
{