Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix precise build
  • Loading branch information
jef-n committed Apr 27, 2016
1 parent 77d95b0 commit e9bc8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptoolreshape.cpp
Expand Up @@ -104,7 +104,7 @@ void QgsMapToolReshape::cadCanvasReleaseEvent( QgsMapMouseEvent * e )
if ( vlayer->geometryType() == QGis::Polygon )
{
//ignore all current layer features as they should be reshaped too
QMap<QgsVectorLayer*, QSet<QgsFeatureId>> ignoreFeatures;
QMap<QgsVectorLayer*, QSet<QgsFeatureId> > ignoreFeatures;
ignoreFeatures.insert( vlayer, vlayer->allFeatureIds() );

if ( geom->avoidIntersections( ignoreFeatures ) != 0 )
Expand Down

0 comments on commit e9bc8ae

Please sign in to comment.