[Gcblue-commits] gcb_wx/src/graphics ObjectUpdater.cpp,1.6,1.7 tc3DTerrain.cpp,1.10,1.11 tcRadioButt
Status: Alpha
Brought to you by:
ddcforge
|
From: Xavi <xr...@us...> - 2004-04-11 22:13:00
|
Update of /cvsroot/gcblue/gcb_wx/src/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5309 Modified Files: ObjectUpdater.cpp tc3DTerrain.cpp tcRadioButton.cpp Log Message: + added ifdef MSV where neede + newline at the end of file Index: tcRadioButton.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcRadioButton.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tcRadioButton.cpp 24 Mar 2004 21:09:26 -0000 1.3 --- tcRadioButton.cpp 11 Apr 2004 21:59:16 -0000 1.4 *************** *** 35,39 **** - BEGIN_EVENT_TABLE(tcRadioButton, tcWindow) EVT_COMMAND(-1, wxEVT_COMMAND_BUTTON_CLICKED , tcRadioButton::OnButtonCommand) --- 35,38 ---- *************** *** 266,269 **** } - - --- 265,266 ---- Index: tc3DTerrain.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tc3DTerrain.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** tc3DTerrain.cpp 18 Feb 2004 18:53:55 -0000 1.10 --- tc3DTerrain.cpp 11 Apr 2004 21:59:16 -0000 1.11 *************** *** 24,29 **** #ifndef WX_PRECOMP #include "wx/wx.h" #include "wx/msw/private.h" // for MS Windows specific definitions ! #endif #include "tc3DTerrain.h" --- 24,31 ---- #ifndef WX_PRECOMP #include "wx/wx.h" + #ifdef WIN32 #include "wx/msw/private.h" // for MS Windows specific definitions ! #endif // WIN32 ! #endif // WX_PRECOMP #include "tc3DTerrain.h" Index: ObjectUpdater.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/ObjectUpdater.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ObjectUpdater.cpp 20 Jan 2004 03:02:53 -0000 1.6 --- ObjectUpdater.cpp 11 Apr 2004 21:59:16 -0000 1.7 *************** *** 135,137 **** ObjectUpdater::~ObjectUpdater() { ! } \ No newline at end of file --- 135,138 ---- ObjectUpdater::~ObjectUpdater() { ! } ! |