Index: obj_pstk_shape.h =================================================================== --- obj_pstk_shape.h (revision 30969) +++ obj_pstk_shape.h (revision 30970) @@ -35,7 +35,7 @@ unsigned int len; /* number of points in polygon */ rnd_coord_t *x; /* ordered list of points, X coord */ rnd_coord_t *y; /* ordered list of points, Y coord */ - pcb_polyarea_t *pa; /* cache for the poly code */ + rnd_polyarea_t *pa; /* cache for the poly code */ char inverted; /* 1 if x;y has the opposite direction as pa */ } pcb_pstk_poly_t;