Index: obj_line.h =================================================================== --- obj_line.h (revision 4916) +++ obj_line.h (revision 4917) @@ -70,8 +70,8 @@ */ #define MOVE_LINE_LOWLEVEL(l,dx,dy) \ { \ - MOVE((l)->Point1.X,(l)->Point1.Y,(dx),(dy)) \ - MOVE((l)->Point2.X,(l)->Point2.Y,(dx),(dy)) \ + PCB_MOVE((l)->Point1.X,(l)->Point1.Y,(dx),(dy)) \ + PCB_MOVE((l)->Point2.X,(l)->Point2.Y,(dx),(dy)) \ SetLineBoundingBox ((l)); \ }