Passed const bbox parameter by reference in the getBBox

This commit is contained in:
Paolo Cignoni 2009-01-19 23:12:11 +00:00
parent 266ddc1a42
commit 713a6b6155
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ namespace vcg{
template <class SPATIALINDEXING,class OBJMARKER, class OBJPTRCONTAINER>
unsigned int GridGetInBox(SPATIALINDEXING &_Si,
OBJMARKER & _marker,
const vcg::Box3<typename SPATIALINDEXING::ScalarType> _bbox,
const vcg::Box3<typename SPATIALINDEXING::ScalarType> &_bbox,
OBJPTRCONTAINER & _objectPtrs)
{
typename SPATIALINDEXING::CellIterator first,last,l;