Browse Source

fix a compil warning

7.0
jean-pierre charras 3 years ago
parent
commit
5f7213e419
  1. 2
      common/jobs/job_export_pcb_step.h

2
common/jobs/job_export_pcb_step.h

@ -27,7 +27,7 @@
class JOB_EXPORT_PCB_STEP : public JOB
{
public:
JOB_EXPORT_PCB_STEP::JOB_EXPORT_PCB_STEP( bool aIsCli ) :
JOB_EXPORT_PCB_STEP( bool aIsCli ) :
JOB( "step", aIsCli ),
m_overwrite( false ),
m_useGridOrigin( false ),

Loading…
Cancel
Save