Skip to content

Commit

Permalink
Update src/analysis/processing/qgsalgorithmdifference.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Giudiceandrea <andreaerdna@libero.it>
  • Loading branch information
nyalldawson and agiudiceandrea committed Nov 19, 2022
1 parent 85b8311 commit 6e48652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmdifference.cpp
Expand Up @@ -108,7 +108,7 @@ QVariantMap QgsDifferenceAlgorithm::processAlgorithm( const QVariantMap &paramet

long count = 0;
const long total = sourceA->featureCount();
QgsOverlayUtils::difference( *sourceA, *sourceB, *sink, context, feedback, count, total, QgsOverlayUtils::OutputA, QgsOverlayUtils::SanitizeFlag::DontPromotePointGeometryToMultiPoint ); );
QgsOverlayUtils::difference( *sourceA, *sourceB, *sink, context, feedback, count, total, QgsOverlayUtils::OutputA, QgsOverlayUtils::SanitizeFlag::DontPromotePointGeometryToMultiPoint );

return outputs;
}
Expand Down

0 comments on commit 6e48652

Please sign in to comment.