From: Braden M. <br...@us...> - 2006-05-19 17:32:56
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23299 Modified Files: ChangeLog Log Message: The Microsoft compiler wants OPENVRML_API in the friend declaration. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1251 retrieving revision 1.1252 diff -C2 -d -r1.1251 -r1.1252 *** ChangeLog 18 May 2006 22:20:46 -0000 1.1251 --- ChangeLog 19 May 2006 17:32:49 -0000 1.1252 *************** *** 1,2 **** --- 1,8 ---- + 2006-05-19 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/node.h + (node_metatype_id): The Microsoft compiler wants OPENVRML_API in + the friend declaration. + 2006-05-18 Braden McDaniel <br...@en...> |