From 65552df6cee96ba23355946d509f4019784e3530 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Fri, 16 Dec 2022 19:09:50 +0000 Subject: [PATCH] Quite Coverity. --- eeschema/tools/sch_editor_control.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eeschema/tools/sch_editor_control.h b/eeschema/tools/sch_editor_control.h index 7f9ab20c66..8863e0ca27 100644 --- a/eeschema/tools/sch_editor_control.h +++ b/eeschema/tools/sch_editor_control.h @@ -41,7 +41,8 @@ public: SCH_EDITOR_CONTROL() : EE_TOOL_BASE( "eeschema.EditorControl" ), m_probingPcbToSch( false ), - m_pickerItem( nullptr ) + m_pickerItem( nullptr ), + m_duplicateIsHoverSelection( false ) { } ~SCH_EDITOR_CONTROL() { }