Wxwidgets: Fix compiling on Win32
This commit is contained in:
parent
9b1dd488a5
commit
ce431ab9ae
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue