fix a compil warning

This commit is contained in:
jean-pierre charras 2022-10-26 08:03:48 +02:00
parent a7e1f668a7
commit 5f7213e419
1 changed files with 1 additions and 1 deletions

View File

@ -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 ),