Fix typo.

This commit is contained in:
Alex Shvartzkop 2024-06-20 15:47:36 +03:00
parent 386651153b
commit 7eb600e5a6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ EDA_ITEM::EDA_ITEM( KICAD_T idType ) :
m_structType( idType ), m_structType( idType ),
m_flags( 0 ), m_flags( 0 ),
m_parent( nullptr ), m_parent( nullptr ),
m_forceVisible( false ), m_forceVisible( false )
{ } { }