Coverity fix

This commit is contained in:
Jon Evans 2021-12-15 23:17:04 -05:00
parent 9e6538b9a0
commit 1610195a09
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS( JSON_SETTINGS* aParent, const std:
// if true, when creating a new track starting on an existing track, use this track width
m_UseConnectedTrackWidth = false;
m_TempOverrideTrackWidth = false;
m_BlindBuriedViaAllowed = false;
m_MicroViasAllowed = false;