mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix a minor compil warning
This commit is contained in:
parent
95a1d17603
commit
9a57f7d573
@ -64,11 +64,11 @@ SCH_FIELD::SCH_FIELD( const VECTOR2I& aPos, int aFieldId, SCH_ITEM* aParent,
|
||||
m_id( 0 ),
|
||||
m_showName( false ),
|
||||
m_allowAutoPlace( true ),
|
||||
m_isNamedVariable( false ),
|
||||
m_autoAdded( false ),
|
||||
m_showInChooser( true ),
|
||||
m_renderCacheValid( false ),
|
||||
m_lastResolvedColor( COLOR4D::UNSPECIFIED ),
|
||||
m_isNamedVariable( false )
|
||||
m_lastResolvedColor( COLOR4D::UNSPECIFIED )
|
||||
{
|
||||
if( !aName.IsEmpty() )
|
||||
SetName( aName );
|
||||
|
Loading…
x
Reference in New Issue
Block a user