diff --git a/vcg/space/index/grid_static_ptr.h b/vcg/space/index/grid_static_ptr.h index ccd004c2..33d44339 100644 --- a/vcg/space/index/grid_static_ptr.h +++ b/vcg/space/index/grid_static_ptr.h @@ -468,7 +468,7 @@ namespace vcg { { Box3i ib; // Boundig box in voxels - BoxToIBox( bb,ib ); + this->BoxToIBox( bb,ib ); int x,y,z; for(z=ib.min[2];z<=ib.max[2];++z) {