diff --git a/vcg/space/index/grid_closest.h b/vcg/space/index/grid_closest.h index c3a11077..d8f5736f 100644 --- a/vcg/space/index/grid_closest.h +++ b/vcg/space/index/grid_closest.h @@ -267,7 +267,7 @@ namespace vcg{ template unsigned int GridGetInBox(SPATIALINDEXING &_Si, OBJMARKER & _marker, - const vcg::Box3 _bbox, + const vcg::Box3 &_bbox, OBJPTRCONTAINER & _objectPtrs) { typename SPATIALINDEXING::CellIterator first,last,l;