Skip to content

Commit

Permalink
Fix for older compilers, like on stock Mac OS X (provided by Juergen)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Sep 25, 2012
1 parent fef272e commit fefb3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsgeometry.h
Expand Up @@ -437,7 +437,7 @@ class CORE_EXPORT QgsGeometry
* @param ignoreFeatures possibility to give a list of features where intersections should be ignored (not available in python bindings)
* @note added in 1.5
*/
int avoidIntersections( QMap<QgsVectorLayer*, QSet<QgsFeatureId> > ignoreFeatures = QMap<QgsVectorLayer*, QSet<QgsFeatureId> >() );
int avoidIntersections( QMap<QgsVectorLayer*, QSet<QgsFeatureId> > ignoreFeatures = ( QMap<QgsVectorLayer*, QSet<QgsFeatureId> >() ) );

class Error
{
Expand Down

0 comments on commit fefb3d0

Please sign in to comment.