Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3419
Modified Files:
ChangeLog
Log Message:
Changed declaration of openvrml::mat4f from class to struct for consistency with definition.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1327
retrieving revision 1.1328
diff -C2 -d -r1.1327 -r1.1328
*** ChangeLog 19 Sep 2006 21:31:23 -0000 1.1327
--- ChangeLog 19 Sep 2006 21:34:40 -0000 1.1328
***************
*** 1,4 ****
--- 1,10 ----
2006-09-19 Braden McDaniel <br...@en...>
+ * src/libopenvrml/openvrml/basetypes.h: Changed declaration of
+ openvrml::mat4f from class to struct for consistency with
+ definition.
+
+ 2006-09-19 Braden McDaniel <br...@en...>
+
Removed unnecessary declarations of openvrml::mat4f.
|