From 3e5443166eead543a81f51c84327667ba839b593 Mon Sep 17 00:00:00 2001 From: Simon Richter Date: Sat, 28 May 2016 13:14:35 -0400 Subject: [PATCH] Use wxIMPLEMENT_APP_CONSOLE for console apps --- utils/idftools/idf2vrml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/idftools/idf2vrml.cpp b/utils/idftools/idf2vrml.cpp index 2c2c4dcd9f..47821d0b4a 100644 --- a/utils/idftools/idf2vrml.cpp +++ b/utils/idftools/idf2vrml.cpp @@ -98,7 +98,7 @@ static const wxCmdLineEntryDesc cmdLineDesc[] = }; -wxIMPLEMENT_APP( IDF2VRML ); +wxIMPLEMENT_APP_CONSOLE( IDF2VRML ); bool nozeroheights; bool showObjectMapping;