Remove shadow member variable.
Fixes https://gitlab.com/kicad/code/kicad/issues/12830
This commit is contained in:
parent
7b0535e63f
commit
0883c0ae64
|
@ -66,7 +66,6 @@ DIALOG_DRC::DIALOG_DRC( PCB_EDIT_FRAME* aEditorFrame, wxWindow* aParent ) :
|
|||
DIALOG_DRC_BASE( aParent ),
|
||||
PROGRESS_REPORTER_BASE( 1 ),
|
||||
m_running( false ),
|
||||
m_cancelled( false ),
|
||||
m_drcRun( false ),
|
||||
m_footprintTestsRun( false ),
|
||||
m_markersTreeModel( nullptr ),
|
||||
|
|
|
@ -120,7 +120,6 @@ private:
|
|||
BOARD* m_currentBoard; // the board currently on test
|
||||
PCB_EDIT_FRAME* m_frame;
|
||||
bool m_running;
|
||||
std::atomic<bool> m_cancelled;
|
||||
bool m_drcRun;
|
||||
bool m_footprintTestsRun;
|
||||
|
||||
|
|
Loading…
Reference in New Issue