Use wxIMPLEMENT_APP_CONSOLE for console apps

This commit is contained in:
Simon Richter 2016-05-28 13:14:35 -04:00 committed by Chris Pavlina
parent 8c116d1a21
commit 3e5443166e
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ static const wxCmdLineEntryDesc cmdLineDesc[] =
};
wxIMPLEMENT_APP( IDF2VRML );
wxIMPLEMENT_APP_CONSOLE( IDF2VRML );
bool nozeroheights;
bool showObjectMapping;