diff -r 00ac7b2ac016 -r 72e78075ad73 branchobj.h --- a/branchobj.h Mon May 08 13:25:46 2006 +0000 +++ b/branchobj.h Fri Jun 16 08:27:11 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);