kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #24790
[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
-
[PATCH 00/12] A few well-aged patches
From: Simon Richter, 2016-05-27
-
[PATCH 01/12] Use std::atomic for portable locale init counting
From: Simon Richter, 2016-05-27
-
[PATCH 02/12] Add missing C++ stdlib headers
From: Simon Richter, 2016-05-27
-
[PATCH 03/12] Open namespace around definitions
From: Simon Richter, 2016-05-27
-
[PATCH 04/12] Avoid C99 style compound statement
From: Simon Richter, 2016-05-27
-
[PATCH 05/12] Avoid conflicting declaration for Pgm()
From: Simon Richter, 2016-05-27
-
[PATCH 06/12] Make sure KIFACE_GETTER linkage is consistent
From: Simon Richter, 2016-05-27
-
[PATCH 07/12] Work around VC++ 2015 bug.
From: Simon Richter, 2016-05-27
-
[PATCH 08/12] windows: provide performance measurement primitives
From: Simon Richter, 2016-05-27
-
[PATCH 09/12] Narrow assumption on OpenSSL use
From: Simon Richter, 2016-05-27
-
[PATCH 10/12] Convert idf2vrml to use wxApp etc for option processing
From: Simon Richter, 2016-05-27