|
From: Braden M. <br...@us...> - 2005-12-12 16:05:55
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18080 Modified Files: ChangeLog Log Message: Changed argument names in function declarations to be consistent with the definitions. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1085 retrieving revision 1.1086 diff -C2 -d -r1.1085 -r1.1086 *** ChangeLog 12 Dec 2005 04:16:17 -0000 1.1085 --- ChangeLog 12 Dec 2005 16:05:38 -0000 1.1086 *************** *** 1,2 **** --- 1,10 ---- + 2005-12-12 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/vrml97node.cpp + (point_set_class): Changed do_create_type argument name to be + consistent with the function definition. + (sound_class): Changed do_create_type argument name to be + consistent with the function definition. + 2005-12-11 Braden McDaniel <br...@en...> |