Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8583
Modified Files:
Tag: OpenVRML-0_16-BRANCH
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.1310.2.8
retrieving revision 1.1310.2.9
diff -C2 -d -r1.1310.2.8 -r1.1310.2.9
*** ChangeLog 28 Aug 2006 20:04:34 -0000 1.1310.2.8
--- ChangeLog 31 Aug 2006 06:30:32 -0000 1.1310.2.9
***************
*** 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...>
|