From 2dc0c1e1dcc0ac08449ef4a4c5d9f1cf630702d1 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Tue, 29 Jul 2008 13:01:10 +0000 Subject: [PATCH] Fixed compilation bug under Visual Studio 2005 --- vcg/space/index/grid_static_ptr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {