mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix build error
This commit is contained in:
parent
c5d5a718aa
commit
e08c7799fa
@ -625,7 +625,7 @@ void ADVANCED_CFG::loadSettings( wxConfigBase& aCfg )
|
||||
m_entries.push_back( std::make_unique<PARAM_CFG_INT>( true, AC_KEYS::PNSProcessClusterTimeout,
|
||||
&m_PNSProcessClusterTimeout, 100, 10, 10000 ) );
|
||||
|
||||
configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::ImportSkipComponentBodies,
|
||||
m_entries.push_back( std::make_unique<PARAM_CFG_BOOL>( true, AC_KEYS::ImportSkipComponentBodies,
|
||||
&m_ImportSkipComponentBodies,
|
||||
m_ImportSkipComponentBodies ) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user