diff -r 9b9c7e8b9147 -r 3590c3490789 linkablemapobj.cpp --- a/linkablemapobj.cpp Tue Jul 19 14:44:30 2005 +0000 +++ b/linkablemapobj.cpp Sun Jul 31 12:24:53 2005 +0000 @@ -1,3 +1,5 @@ +#include + #include "linkablemapobj.h" #include "branchobj.h" #include "mapeditor.h" @@ -651,7 +653,7 @@ // we want to block expensive repositioning, but just do it once at // the end, thus check first: - if (mapEditor->blockReposition()) return; + if (mapEditor->isRepositionBlocked()) return; // Pass on the request to parental objects, if this hasn't been done yet