From 7eb600e5a639803ac79a7b56d200773e5bb75b4a Mon Sep 17 00:00:00 2001 From: Alex Shvartzkop Date: Thu, 20 Jun 2024 15:47:36 +0300 Subject: [PATCH] Fix typo. --- common/eda_item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { }