Fix defines for qa mock

This commit is contained in:
Seth Hillbrand 2021-09-05 19:28:33 -07:00
parent 525099ea06
commit 60a593b44b
1 changed files with 1 additions and 5 deletions

View File

@ -279,12 +279,8 @@ public:
PCB_SELECTION_TOOL::PCB_SELECTION_TOOL() : PCB_SELECTION_TOOL::PCB_SELECTION_TOOL() :
PCB_TOOL_BASE( "pcbnew.InteractiveSelection" ), PCB_TOOL_BASE( "pcbnew.InteractiveSelection" ),
m_frame( NULL ), m_frame( NULL ),
m_additive( false ),
m_subtractive( false ),
m_exclusive_or( false ),
m_multiple( false ),
m_skip_heuristics( false ),
m_enteredGroup( NULL ), m_enteredGroup( NULL ),
m_nonModifiedCursor( KICURSOR::ARROW ),
m_priv( nullptr ) m_priv( nullptr )
{ {