7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 18:29:17 +00:00

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

View File

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