From: Oliver O. <fr...@us...> - 2007-05-04 05:24:43
|
Update of /cvsroot/simspark/simspark/spark/zeitgeist In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv19936 Modified Files: Tag: projectx leaf.h Log Message: ws only Index: leaf.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/zeitgeist/leaf.h,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.1.2.1 diff -C2 -d -r1.1.2.1 -r1.1.2.1.2.1 *** leaf.h 16 Feb 2007 15:38:43 -0000 1.1.2.1 --- leaf.h 4 May 2007 05:24:39 -0000 1.1.2.1.2.1 *************** *** 159,163 **** */ template<class CLASS> ! void ListChildrenSupportingClass(TLeafList& list, bool recursive = false) { TLeafList::iterator lstEnd = end(); // avoid repeated virtual calls --- 159,163 ---- */ template<class CLASS> ! void ListChildrenSupportingClass(TLeafList& list, bool recursive = false) { TLeafList::iterator lstEnd = end(); // avoid repeated virtual calls |