mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-04 23:35:31 +00:00
Fix Coverity issue #514495.
https://scan8.scan.coverity.com/#/project-view/22886/10844?selectedIssue=514495
This commit is contained in:
parent
62cb67d854
commit
8fa48c7be2
@ -101,6 +101,7 @@ DIALOG_EXPORT_STEP::DIALOG_EXPORT_STEP( PCB_EDIT_FRAME* aEditFrame, wxWindow* aP
|
||||
DIALOG_EXPORT_STEP_BASE( aEditFrame ),
|
||||
m_editFrame( aEditFrame ),
|
||||
m_job( aJob ),
|
||||
m_originUnits( 0 /* mm */ ),
|
||||
m_boardPath( aBoardPath )
|
||||
{
|
||||
if( !m_job )
|
||||
|
Loading…
Reference in New Issue
Block a user