[Gcblue-commits] gcb_wx/include/common simmath.h,1.22,1.23
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-11-01 03:18:04
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20973/include/common Modified Files: simmath.h Log Message: A few more changes related to GDI+ replacement Index: simmath.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/simmath.h,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** simmath.h 29 Oct 2004 02:50:41 -0000 1.22 --- simmath.h 1 Nov 2004 03:17:15 -0000 1.23 *************** *** 123,127 **** void ClearFlags() {mnFlags=0;} /// why is mnID set to 0 instead of -1 ? ! void Clear() { mfLon_rad=0;mfLat_rad=0;mfAlt_m=0; --- 123,127 ---- void ClearFlags() {mnFlags=0;} /// why is mnID set to 0 instead of -1 ? ! virtual void Clear() { mfLon_rad=0;mfLat_rad=0;mfAlt_m=0; |