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