mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
Fix compiler warning
This commit is contained in:
parent
9364bcdc9e
commit
2ee66ccfac
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user