Index: obj_pinvia_therm.c =================================================================== --- obj_pinvia_therm.c (revision 4800) +++ obj_pinvia_therm.c (revision 4801) @@ -50,7 +50,7 @@ static POLYAREA *diag_line(Coord X, Coord Y, Coord l, Coord w, pcb_bool rt) { PLINE *c; - Vector v; + pcb_vector_t v; Coord x1, x2, y1, y2; if (rt) { @@ -86,7 +86,7 @@ { POLYAREA *p, *p2; PLINE *c; - Vector v; + pcb_vector_t v; Coord d, in, out; switch (style) {