Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix doxygen warning (again)
  • Loading branch information
nyalldawson committed Oct 9, 2015
1 parent 4925a54 commit 42d1c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayereditutils.h
Expand Up @@ -79,7 +79,7 @@ class CORE_EXPORT QgsVectorLayerEditUtils
3 ring not valid,
4 ring crosses existing rings,
5 no feature found where ring can be inserted*/
int addRing( QgsCurveV2* ring, const QgsFeatureIds& preferredFeatureIds = QgsFeatureIds(), QgsFeatureId* modifiedFeatureId = 0 );
int addRing( QgsCurveV2* ring, const QgsFeatureIds& targetFeatureIds = QgsFeatureIds(), QgsFeatureId* modifiedFeatureId = 0 );

/** Adds a new part polygon to a multipart feature
@return
Expand Down

0 comments on commit 42d1c44

Please sign in to comment.