Update of /cvsroot/gcblue/gcb_wx/include/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28131/include/common
Modified Files:
tinyxml.h
Log Message:
Index: tinyxml.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/common/tinyxml.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tinyxml.h 24 Mar 2004 21:09:27 -0000 1.1
--- tinyxml.h 25 Mar 2004 01:33:38 -0000 1.2
***************
*** 769,772 ****
--- 769,775 ----
void SetAttribute( const char * name, int value );
+ /// ALTERED code - Added to set floating point attribute
+ void SetAttribute( const char * name, float value );
+
/** Deletes an attribute with the given name.
*/
|