[Gcblue-commits] gcb_wx/src/graphics tc3DModel.cpp,1.7,1.8
Status: Alpha
Brought to you by:
ddcforge
|
From: Xavi <xr...@us...> - 2004-04-11 22:39:59
|
Update of /cvsroot/gcblue/gcb_wx/src/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10421 Modified Files: tc3DModel.cpp Log Message: + added ifdef MSV where needed + newline at the end of file Index: tc3DModel.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tc3DModel.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** tc3DModel.cpp 21 Mar 2004 21:03:25 -0000 1.7 --- tc3DModel.cpp 11 Apr 2004 22:26:16 -0000 1.8 *************** *** 22,30 **** #ifndef WX_PRECOMP ! #include "wx/wx.h" #ifdef WIN32 #include "wx/msw/private.h" // for MS Windows specific definitions ! #endif ! #endif #include "tc3DModel.h" --- 22,30 ---- #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 "tc3DModel.h" *************** *** 403,405 **** tc3DModel::~tc3DModel() { ! } \ No newline at end of file --- 403,406 ---- tc3DModel::~tc3DModel() { ! } ! |