We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7678007 commit fcb86cfCopy full SHA for fcb86cf
src/core/qgsspatialindex.cpp
@@ -89,7 +89,7 @@ Region QgsSpatialIndex::rectToRegion( QgsRectangle rect )
89
return Region( pt1, pt2, 2 );
90
}
91
92
-bool QgsSpatialIndex::featureInfo( QgsFeature& f, Region& r, QgsFeatureId &id )
+bool QgsSpatialIndex::featureInfo( QgsFeature& f, SpatialIndex::Region& r, QgsFeatureId &id )
93
{
94
QgsGeometry *g = f.geometry();
95
if ( !g )
0 commit comments