Index: font.h =================================================================== --- font.h (revision 30911) +++ font.h (revision 30912) @@ -55,7 +55,7 @@ struct pcb_font_s { /* complete set of symbols */ rnd_coord_t MaxHeight, MaxWidth; /* maximum cell width and height */ - pcb_box_t DefaultSymbol; /* the default symbol is a filled box */ + rnd_box_t DefaultSymbol; /* the default symbol is a filled box */ pcb_symbol_t Symbol[PCB_MAX_FONTPOSITION + 1]; char *name; pcb_font_id_t id;