diff -r 00ac7b2ac016 -r df4fdaa07527 branchobj.h --- a/branchobj.h Mon May 08 13:25:46 2006 +0000 +++ b/branchobj.h Wed May 31 12:27:38 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);