diff -r 00ac7b2ac016 -r 5e703d4959ae branchobj.h --- a/branchobj.h Mon May 08 13:25:46 2006 +0000 +++ b/branchobj.h Thu Jun 01 14:51:56 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);