← Back to team overview

kicad-developers team mailing list archive

[PATCH 11/12] 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 05e375e..a62db0f 100644
--- a/utils/idftools/idf2vrml.cpp
+++ b/utils/idftools/idf2vrml.cpp
@@ -100,7 +100,7 @@ static const wxCmdLineEntryDesc cmdLineDesc[] =
 };
 
 
-wxIMPLEMENT_APP( IDF2VRML );
+wxIMPLEMENT_APP_CONSOLE( IDF2VRML );
 
 bool nozeroheights;
 bool showObjectMapping;

Follow ups

References