Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Aug 26, 2024
1 parent cf113ac commit 7bb1cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ QgsGeometry QgsGeometry::createWedgeBuffer( const QgsPoint &center, const double
return createWedgeBufferFromAngles( center, startAngle, endAngle, outerRadius, innerRadius, crs );
}

QgsGeometry QgsGeometry::createWedgeBufferAngles( const QgsPoint &center, double startAngle, double endAngle, double outerRadius, double innerRadius, const QgsCoordinateReferenceSystem &crs )
QgsGeometry QgsGeometry::createWedgeBufferFromAngles( const QgsPoint &center, double startAngle, double endAngle, double outerRadius, double innerRadius, const QgsCoordinateReferenceSystem &crs )
{
std::unique_ptr< QgsCompoundCurve > wedge = std::make_unique< QgsCompoundCurve >();

Expand Down

0 comments on commit 7bb1cec

Please sign in to comment.