Skip to content

Commit e9bc8ae

Browse files
committedApr 27, 2016
fix precise build
1 parent 77d95b0 commit e9bc8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsmaptoolreshape.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ void QgsMapToolReshape::cadCanvasReleaseEvent( QgsMapMouseEvent * e )
104104
if ( vlayer->geometryType() == QGis::Polygon )
105105
{
106106
//ignore all current layer features as they should be reshaped too
107-
QMap<QgsVectorLayer*, QSet<QgsFeatureId>> ignoreFeatures;
107+
QMap<QgsVectorLayer*, QSet<QgsFeatureId> > ignoreFeatures;
108108
ignoreFeatures.insert( vlayer, vlayer->allFeatureIds() );
109109

110110
if ( geom->avoidIntersections( ignoreFeatures ) != 0 )

0 commit comments

Comments
 (0)
Please sign in to comment.