diff -r 00ac7b2ac016 -r b047741a460a branchobj.h --- a/branchobj.h Mon May 08 13:25:46 2006 +0000 +++ b/branchobj.h Thu Jul 27 15:13:16 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);