Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 6, 2017
1 parent 5f02e9c commit f828995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/processing/qgsprocessingalgorithm.cpp
Expand Up @@ -388,7 +388,7 @@ bool QgsProcessingAlgorithm::runPrepared( QgsProcessingContext &context, QgsProc

try
{
mHasExecuted = processAlgorithm( runContext, feedback );
mHasExecuted = processAlgorithm( *runContext, feedback );

if ( mLocalContext )
{
Expand Down

0 comments on commit f828995

Please sign in to comment.