Index: thermal.h =================================================================== --- thermal.h (revision 30912) +++ thermal.h (revision 30913) @@ -59,8 +59,8 @@ pcb_polyarea_t *pcb_thermal_area_poly(pcb_board_t *pcb, pcb_poly_t *poly, pcb_layer_id_t lid); pcb_polyarea_t *pcb_thermal_area_pstk(pcb_board_t *pcb, pcb_pstk_t *ps, pcb_layer_id_t lid); -unsigned char pcb_themal_style_old2new(pcb_cardinal_t t); -pcb_cardinal_t pcb_themal_style_new2old(unsigned char t); +unsigned char pcb_themal_style_old2new(rnd_cardinal_t t); +rnd_cardinal_t pcb_themal_style_new2old(unsigned char t); #endif