mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix build
This commit is contained in:
parent
5f02e9c89d
commit
f82899540e
@ -388,7 +388,7 @@ bool QgsProcessingAlgorithm::runPrepared( QgsProcessingContext &context, QgsProc
|
||||
|
||||
try
|
||||
{
|
||||
mHasExecuted = processAlgorithm( runContext, feedback );
|
||||
mHasExecuted = processAlgorithm( *runContext, feedback );
|
||||
|
||||
if ( mLocalContext )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user