Skip to content
Permalink
Browse files
fix warning
  • Loading branch information
jef-n committed Feb 5, 2013
1 parent 7dce617 commit 0ebc058
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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;

0 comments on commit 0ebc058

Please sign in to comment.