Use wxIMPLEMENT_APP_CONSOLE for console apps
This commit is contained in:
parent
8c116d1a21
commit
3e5443166e
|
@ -98,7 +98,7 @@ static const wxCmdLineEntryDesc cmdLineDesc[] =
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
wxIMPLEMENT_APP( IDF2VRML );
|
wxIMPLEMENT_APP_CONSOLE( IDF2VRML );
|
||||||
|
|
||||||
bool nozeroheights;
|
bool nozeroheights;
|
||||||
bool showObjectMapping;
|
bool showObjectMapping;
|
||||||
|
|
Loading…
Reference in New Issue