Skip to content

Commit fcb86cf

Browse files
committed
fix doxygen warning
1 parent 7678007 commit fcb86cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsspatialindex.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Region QgsSpatialIndex::rectToRegion( QgsRectangle rect )
8989
return Region( pt1, pt2, 2 );
9090
}
9191

92-
bool QgsSpatialIndex::featureInfo( QgsFeature& f, Region& r, QgsFeatureId &id )
92+
bool QgsSpatialIndex::featureInfo( QgsFeature& f, SpatialIndex::Region& r, QgsFeatureId &id )
9393
{
9494
QgsGeometry *g = f.geometry();
9595
if ( !g )

0 commit comments

Comments
 (0)