Wxwidgets: Fix compiling on Win32

This commit is contained in:
Ilari Liusvaara 2012-04-16 22:15:16 +03:00
parent 9b1dd488a5
commit ce431ab9ae

View file

@ -285,7 +285,7 @@ void graphics_plugin::quit() throw()
}
static const wxCmdLineEntryDesc dummy_descriptor_table[] = {
{ wxCMD_LINE_PARAM, NULL, NULL, "argument", wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL |
{ wxCMD_LINE_PARAM, NULL, NULL, wxT("argument"), wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL |
wxCMD_LINE_PARAM_MULTIPLE },
{ wxCMD_LINE_NONE }
};