diff --git a/pcbnew/drc/drc_item.h b/pcbnew/drc/drc_item.h index 75434d94ad..99431c5070 100644 --- a/pcbnew/drc/drc_item.h +++ b/pcbnew/drc/drc_item.h @@ -77,7 +77,7 @@ enum PCB_DRC_CODE { DRCE_DIFF_PAIR_GAP_OUT_OF_RANGE, DRCE_DIFF_PAIR_UNCOUPLED_LENGTH_TOO_LONG, - DRCE_LAST = DRCE_TOO_MANY_VIAS + DRCE_LAST = DRCE_DIFF_PAIR_UNCOUPLED_LENGTH_TOO_LONG };