Index: thermal.h =================================================================== --- thermal.h (revision 3396) +++ thermal.h (revision 3397) @@ -40,6 +40,6 @@ #include "global.h" #include "mymem.h" -POLYAREA *ThermPoly(PCBTypePtr, PinTypePtr, Cardinal); +POLYAREA *ThermPoly(PCBTypePtr, PinTypePtr, pcb_cardinal_t); #endif