Skip to content

Commit 0ebc058

Browse files
committedFeb 5, 2013
fix warning
1 parent 7dce617 commit 0ebc058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsgeometry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7684,7 +7684,7 @@ bool QgsGeometry::deletePart( int partNum )
76847684
return true;
76857685
}
76867686

7687-
int QgsGeometry::avoidIntersections( QMap<QgsVectorLayer*, QSet<qint64> > ignoreFeatures )
7687+
int QgsGeometry::avoidIntersections( QMap<QgsVectorLayer*, QSet< QgsFeatureId > > ignoreFeatures )
76887688
{
76897689
int returnValue = 0;
76907690

0 commit comments

Comments
 (0)
Please sign in to comment.