From 2ee66ccfacede81b94c44efb7fec1fbf9e13ffcc Mon Sep 17 00:00:00 2001 From: JamesJCode <13408010-JamesJCode@users.noreply.gitlab.com> Date: Tue, 15 Apr 2025 20:40:56 +0100 Subject: [PATCH] Fix compiler warning --- eeschema/tools/sch_selection_tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/tools/sch_selection_tool.cpp b/eeschema/tools/sch_selection_tool.cpp index 60654d50fe..8cd69ac02a 100644 --- a/eeschema/tools/sch_selection_tool.cpp +++ b/eeschema/tools/sch_selection_tool.cpp @@ -156,11 +156,11 @@ SCH_SELECTION_TOOL::SCH_SELECTION_TOOL() : SELECTION_TOOL( "common.InteractiveSelection" ), m_frame( nullptr ), m_nonModifiedCursor( KICURSOR::ARROW ), - m_enteredGroup( nullptr ), m_isSymbolEditor( false ), m_isSymbolViewer( false ), m_unit( 0 ), m_bodyStyle( 0 ), + m_enteredGroup( nullptr ), m_previous_first_cell( nullptr ) { m_filter.SetDefaults();