diff -r 5987f9f15bac -r 6269016c9905 branchitem.cpp --- a/branchitem.cpp Mon Aug 03 10:42:12 2009 +0000 +++ b/branchitem.cpp Thu Aug 06 10:42:17 2009 +0000 @@ -372,7 +372,7 @@ return (BranchObj*)lmo; } -BranchObj* BranchItem::createMapObj(QGraphicsScene *scene) +BranchObj* BranchItem::createMapObj(QGraphicsScene *scene) // FIXME-4 maybe move this into MapEditor to get rid of scene in VymModel? { BranchObj *newbo; newbo=new BranchObj(scene);