Index: obj_common.h =================================================================== --- obj_common.h (revision 28739) +++ obj_common.h (revision 28740) @@ -197,6 +197,7 @@ unsigned char intconn, intnoconn; \ unsigned int noexport:1; \ unsigned int noexport_named:1; \ + unsigned int extobj_editing:1; \ const pcb_color_t *override_color /* Lines, pads, and rats all use this so they can be cross-cast. */