Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 5, 2013
1 parent 7dce617 commit 0ebc058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsgeometry.cpp
Expand Up @@ -7684,7 +7684,7 @@ bool QgsGeometry::deletePart( int partNum )
return true;
}

int QgsGeometry::avoidIntersections( QMap<QgsVectorLayer*, QSet<qint64> > ignoreFeatures )
int QgsGeometry::avoidIntersections( QMap<QgsVectorLayer*, QSet< QgsFeatureId > > ignoreFeatures )
{
int returnValue = 0;

Expand Down

0 comments on commit 0ebc058

Please sign in to comment.