Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik authored and nyalldawson committed Jan 27, 2021
1 parent 6a1bb9c commit 3923a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsrunprocess.cpp
Expand Up @@ -354,7 +354,7 @@ QgsBlockingProcess::QgsBlockingProcess( const QString &action, const QStringList
}


int QgsBlockingProcess::run( const QString & )
int QgsBlockingProcess::run( QgsFeedback * )
{
return 0;
}
Expand Down

0 comments on commit 3923a39

Please sign in to comment.