Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18506/src/libopenvrml/openvrml
Modified Files:
node.cpp
Log Message:
Initialize openvrml::node::ref_count_ to 0.
Index: node.cpp
===================================================================
RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/node.cpp,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** node.cpp 3 Nov 2005 04:05:43 -0000 1.65
--- node.cpp 11 Nov 2005 21:40:34 -0000 1.66
***************
*** 1437,1440 ****
--- 1437,1441 ----
const boost::shared_ptr<openvrml::scope> & scope)
throw ():
+ ref_count_(0),
type_(type),
scope_(scope),
|