Fix unit var warning

This commit is contained in:
Seth Hillbrand 2021-07-13 09:53:13 -07:00
parent f0513978ff
commit 2f41dd4074
1 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,8 @@ DIALOG_COPPER_ZONE::DIALOG_COPPER_ZONE( PCB_BASE_FRAME* aParent, ZONE_SETTINGS*
m_settings.SetupLayersList( m_layers, m_Parent, true );
m_settingsExported = false;
m_currentlySelectedNetcode = INVALID_NET_CODE;
m_maxNetCode = INVALID_NET_CODE;
m_netSortingByPadCount = true; // false = alphabetic sort, true = pad count sort