diff --git a/vcg/space/index/space_iterators.h b/vcg/space/index/space_iterators.h index ef2b17ae..e8d0db2a 100644 --- a/vcg/space/index/space_iterators.h +++ b/vcg/space/index/space_iterators.h @@ -528,7 +528,7 @@ namespace vcg{ ScalarType step_size; //radius step std::vector Elems; //element loaded from the current sphere - DISTFUNCTOR &dist_funct; + DISTFUNCTOR dist_funct; TMARKER tm; typedef typename std::vector::reverse_iterator ElemIterator;