From: Twelwan <tw...@us...> - 2004-07-12 15:20:55
|
Update of /cvsroot/darkeyetool/det/src/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5330/src/gui Modified Files: HoleGUIwx.cpp Log Message: wx/defs.h included für wxGTK 2.5.x Index: HoleGUIwx.cpp =================================================================== RCS file: /cvsroot/darkeyetool/det/src/gui/HoleGUIwx.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** HoleGUIwx.cpp 28 Nov 2003 16:48:04 -0000 1.3 --- HoleGUIwx.cpp 12 Jul 2004 15:20:32 -0000 1.4 *************** *** 28,32 **** //@+node:<< includes >> #include "HoleGUIwx.h" ! #include "wx/textdlg.h" //@nonl //@-node:<< includes >> --- 28,33 ---- //@+node:<< includes >> #include "HoleGUIwx.h" ! #include <wx/defs.h> ! #include <wx/textdlg.h> //@nonl //@-node:<< includes >> *************** *** 63,66 **** --- 64,70 ---- //@+node:<< Version History >> // $Log$ + // Revision 1.4 2004/07/12 15:20:32 twel + // wx/defs.h included für wxGTK 2.5.x + // // Revision 1.3 2003/11/28 16:48:04 vrandezo // Zeilenvorlauf am Dateiende (Warnung bei gcc) |