diff --git a/common/eda_item.cpp b/common/eda_item.cpp index d66a8f9320..1c93019386 100644 --- a/common/eda_item.cpp +++ b/common/eda_item.cpp @@ -46,7 +46,7 @@ EDA_ITEM::EDA_ITEM( KICAD_T idType ) : m_structType( idType ), m_flags( 0 ), m_parent( nullptr ), - m_forceVisible( false ), + m_forceVisible( false ) { }