Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix doxygen warning
  • Loading branch information
jef-n committed Jun 21, 2012
1 parent 7678007 commit fcb86cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsspatialindex.cpp
Expand Up @@ -89,7 +89,7 @@ Region QgsSpatialIndex::rectToRegion( QgsRectangle rect )
return Region( pt1, pt2, 2 );
}

bool QgsSpatialIndex::featureInfo( QgsFeature& f, Region& r, QgsFeatureId &id )
bool QgsSpatialIndex::featureInfo( QgsFeature& f, SpatialIndex::Region& r, QgsFeatureId &id )
{
QgsGeometry *g = f.geometry();
if ( !g )
Expand Down

0 comments on commit fcb86cf

Please sign in to comment.