Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 29, 2023
1 parent 24f0cb6 commit c29bfc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/geometry/qgsgeometry.cpp
Expand Up @@ -3097,6 +3097,7 @@ int QgsGeometry::avoidIntersections( const QList<QgsVectorLayer *> &avoidInterse
case Qgis::GeometryOperationResult::SplitCannotSplitPoint:
return 4;
}
return 4;
}

QgsGeometry QgsGeometry::makeValid( Qgis::MakeValidMethod method, bool keepCollapsed ) const
Expand Down

0 comments on commit c29bfc7

Please sign in to comment.