diff -r 00ac7b2ac016 -r 3dc98c8843bc branchobj.h --- a/branchobj.h Mon May 08 13:25:46 2006 +0000 +++ b/branchobj.h Tue Aug 01 09:30:57 2006 +0000 @@ -52,6 +52,7 @@ BranchObj* getLastIterator(); // to interrupt and resume next iteration void setLastIterator (BranchObj*); // needed by next() + virtual void positionContents(); virtual void move (double x,double y); virtual void move (QPoint); virtual void moveBy (double x,double y);