From: Braden M. <br...@us...> - 2007-07-29 07:13:33
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26163 Modified Files: ChangeLog Log Message: Add find_interface to the std namespace so ADL will work with openvrml::node_interface_set. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1540 retrieving revision 1.1541 diff -C2 -d -r1.1540 -r1.1541 *** ChangeLog 12 Jul 2007 06:10:51 -0000 1.1540 --- ChangeLog 29 Jul 2007 07:13:30 -0000 1.1541 *************** *** 1,2 **** --- 1,7 ---- + 2007-07-29 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/node.h: Add find_interface to the std + namespace so ADL will work with openvrml::node_interface_set. + 2007-07-12 Braden McDaniel <br...@en...> |