Index: autocrop.c =================================================================== --- autocrop.c (revision 4775) +++ autocrop.c (revision 4776) @@ -117,7 +117,7 @@ return Polygon; } -static void *MyMoveTextLowLevel(pcb_layer_t * Layer, TextType * Text, Coord dx, Coord dy) +static void *MyMoveTextLowLevel(pcb_layer_t * Layer, pcb_text_t * Text, Coord dx, Coord dy) { if (Layer) r_delete_entry(Layer->text_tree, (pcb_box_t *) Text);