[Gcblue-commits] gcb_wx/include/graphics ObjectUpdater.h,1.5,1.6
Status: Alpha
Brought to you by:
ddcforge
|
From: Xavi <xr...@us...> - 2004-04-11 21:23:37
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28493 Modified Files: ObjectUpdater.h Log Message: + modified the way #ifdef are defined (trivial change) Index: ObjectUpdater.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/ObjectUpdater.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ObjectUpdater.h 14 Jan 2004 01:13:21 -0000 1.5 --- ObjectUpdater.h 11 Apr 2004 21:09:52 -0000 1.6 *************** *** 1,4 **** ! #if !defined _OBJECTUPDATER_H_ ! #define _OBJECTUPDATER_H_ #include <osg/NodeCallback> --- 1,5 ---- ! ! #ifndef __ObjectUpdater_h__ ! #define __ObjectUpdater_h__ #include <osg/NodeCallback> *************** *** 35,38 **** }; ! #endif --- 36,39 ---- }; ! #endif // __ObjectUpdater_h__ |