Fix missing break stmt.

This commit is contained in:
Jeff Young 2020-10-11 01:11:55 +01:00
parent 614d452f12
commit 79f91481f3
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ bool PNS_PCBNEW_RULE_RESOLVER::QueryConstraint( PNS::CONSTRAINT_TYPE aType,
break;
case PNS::CONSTRAINT_TYPE::CT_VIA_HOLE:
hostRuleType = DRC_CONSTRAINT_TYPE_HOLE_SIZE;
break;
default:
return false; // should not happen
}