Index: obj_text.h =================================================================== --- obj_text.h (revision 9033) +++ obj_text.h (revision 9034) @@ -39,7 +39,7 @@ pcb_uint8_t Direction; pcb_font_id_t fid; char *TextString; /* string */ - void *Element; + void *Element; /* TODO: remove this in favor of generic parenting */ gdl_elem_t link; /* a text is in a list of a layer or an element */ };