Quite Coverity.

This commit is contained in:
Jeff Young 2022-12-16 19:09:50 +00:00
parent 278ea3379f
commit 65552df6ce
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ public:
SCH_EDITOR_CONTROL() :
EE_TOOL_BASE<SCH_EDIT_FRAME>( "eeschema.EditorControl" ),
m_probingPcbToSch( false ),
m_pickerItem( nullptr )
m_pickerItem( nullptr ),
m_duplicateIsHoverSelection( false )
{ }
~SCH_EDITOR_CONTROL() { }