Index: obj_text.h =================================================================== --- obj_text.h (revision 14123) +++ obj_text.h (revision 14124) @@ -88,7 +88,7 @@ #define PCB_TEXT_LOOP(layer) do { \ pcb_text_t *text; \ gdl_iterator_t __it__; \ - linelist_foreach(&(layer)->Text, &__it__, text) { + textlist_foreach(&(layer)->Text, &__it__, text) { #define PCB_TEXT_ALL_LOOP(top) do { \ pcb_cardinal_t l; \