Index: obj_common.h =================================================================== --- obj_common.h (revision 15733) +++ obj_common.h (revision 15734) @@ -65,10 +65,10 @@ /* combinations, groups, masks of pcb_objtype_t */ typedef enum pcb_objmask_e { - PCB_OBJ_CLASS_MASK= 0xF00000, - PCB_OBJ_CLASS_OBJ = 0x000000, /* anything with common object fields (pcb_any_obj_t) */ - PCB_OBJ_CLASS_REAL= 0x000FFF, /* global and on-layer objects (but not abstract things like layers) */ - PCB_OBJ_ANY = 0xFFFFFF + PCB_OBJ_CLASS_MASK = 0xF00000, + PCB_OBJ_CLASS_OBJ = 0x000000, /* anything with common object fields (pcb_any_obj_t) */ + PCB_OBJ_CLASS_REAL = 0x000FFF, /* global and on-layer objects (but not abstract things like layers) */ + PCB_OBJ_ANY = 0xFFFFFF } pcb_objmask_t;