We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef272e commit fefb3d0Copy full SHA for fefb3d0
src/core/qgsgeometry.h
@@ -437,7 +437,7 @@ class CORE_EXPORT QgsGeometry
437
* @param ignoreFeatures possibility to give a list of features where intersections should be ignored (not available in python bindings)
438
* @note added in 1.5
439
*/
440
- int avoidIntersections( QMap<QgsVectorLayer*, QSet<QgsFeatureId> > ignoreFeatures = QMap<QgsVectorLayer*, QSet<QgsFeatureId> >() );
+ int avoidIntersections( QMap<QgsVectorLayer*, QSet<QgsFeatureId> > ignoreFeatures = ( QMap<QgsVectorLayer*, QSet<QgsFeatureId> >() ) );
441
442
class Error
443
{
0 commit comments