Update of /cvsroot/simspark/simspark/spark/zeitgeist
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv23540
Modified Files:
Tag: WIN32
node.cpp
Log Message:
- fix UpdateCached()
Index: node.cpp
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/zeitgeist/node.cpp,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** node.cpp 15 Feb 2007 20:53:33 -0000 1.1.2.1
--- node.cpp 16 Feb 2007 15:39:23 -0000 1.1.2.2
***************
*** 273,276 ****
--- 273,278 ----
Node::UpdateCached()
{
+ Leaf::UpdateCached();
+
// update all Leaves found
for (TLeafList::iterator iter = begin();
|