diff -r 41c3d7f9f532 -r 557239819c45 branchobj.h --- a/branchobj.h Tue Aug 29 08:31:42 2006 +0000 +++ b/branchobj.h Wed Aug 30 12:16:25 2006 +0000 @@ -124,6 +124,7 @@ protected: static BranchObj* itLast; // iterator for first(), next() + static BranchObj* itFirst; // first iterator for first(), next() BranchObjPtrList branch; // all child branches Q3PtrList floatimage; // child images Q3PtrList xlink; // xlinks to other branches