Index: obj_common.h =================================================================== --- obj_common.h (revision 18408) +++ obj_common.h (revision 18409) @@ -99,7 +99,7 @@ pcb_flag_values_t pcb_obj_valid_flags(unsigned long int objtype); -int pcb_obj_get_bbox(int Type, void *Ptr1, void *Ptr2, void *Ptr3, pcb_box_t *res); +int pcb_obj_get_bbox_naked(int Type, void *Ptr1, void *Ptr2, void *Ptr3, pcb_box_t *res); /* Host transformations: typically the transformations an object of a subc inherits from the subc */