From: Braden M. <br...@us...> - 2006-08-31 06:30:54
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8613 Modified Files: ChangeLog Log Message: Explicitly qualify definitions from the global scope rather than enclose them in namespace blocks, consistent with the rest of OpenVRML. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1318 retrieving revision 1.1319 diff -C2 -d -r1.1318 -r1.1319 *** ChangeLog 28 Aug 2006 20:15:41 -0000 1.1318 --- ChangeLog 31 Aug 2006 06:30:51 -0000 1.1319 *************** *** 1,2 **** --- 1,8 ---- + 2006-08-31 Braden McDaniel <br...@en...> + + * src/libopenvrml-gl/openvrml/gl/viewer.cpp: Explicitly qualify + definitions from the global scope rather than enclose them in + namespace blocks, consistent with the rest of OpenVRML. + 2006-08-28 Braden McDaniel <br...@en...> |