Skip to content

Commit f828995

Browse files
committed
Fix build
1 parent 5f02e9c commit f828995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/processing/qgsprocessingalgorithm.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ bool QgsProcessingAlgorithm::runPrepared( QgsProcessingContext &context, QgsProc
388388

389389
try
390390
{
391-
mHasExecuted = processAlgorithm( runContext, feedback );
391+
mHasExecuted = processAlgorithm( *runContext, feedback );
392392

393393
if ( mLocalContext )
394394
{

0 commit comments

Comments
 (0)