diff -r 9b9c7e8b9147 -r 47cd4ae30000 linkablemapobj.cpp --- a/linkablemapobj.cpp Tue Jul 19 14:44:30 2005 +0000 +++ b/linkablemapobj.cpp Tue Aug 16 17:27:34 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