]> Creatis software - crea.git/blobdiff - src/creaWx.h
overload what() -for unaware users-
[crea.git] / src / creaWx.h
index 7b63c86b6192140728790bc58e03872c5b8bf0c2..f442f7de8ce1a2dd6a2e6c368e9558a81b8b87d1 100644 (file)
@@ -46,6 +46,7 @@ typedef void wxWindow;
 //   In Visual C++ 6 (7 should be similar), to create an application that is both a console application 
 //  (cout's to the console are visible) and has a wxWidgets GUI, 
 //  you need to use the linker option "/subsystem:console" and the following code:
+
 #define CREA_WXMAIN_WITH_CONSOLE                                       \
   int main(int argc, char* argv[])                                     \
   {                                                                    \