diff -r 9079931da6c3 -r 087e60400acc linkablemapobj.cpp --- a/linkablemapobj.cpp Wed Jul 27 18:56:32 2005 +0000 +++ b/linkablemapobj.cpp Wed Jul 27 18:56:35 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