From: Braden M. <br...@us...> - 2005-12-01 01:00:27
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27595/src/libopenvrml/openvrml Modified Files: basetypes.cpp Log Message: Fixed missing colon before member initializer list. Index: basetypes.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/basetypes.cpp,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** basetypes.cpp 30 Nov 2005 23:52:09 -0000 1.22 --- basetypes.cpp 1 Dec 2005 01:00:18 -0000 1.23 *************** *** 3075,3079 **** * @brief Construct. */ ! openvrml::image::image() throw () x_(0), y_(0), --- 3075,3079 ---- * @brief Construct. */ ! openvrml::image::image() throw (): x_(0), y_(0), |