From f7da79d507a97c87e916b0767f5a000346334e6c Mon Sep 17 00:00:00 2001 From: ganovelli Date: Wed, 24 Sep 2008 08:56:06 +0000 Subject: [PATCH] Add template parameter to PointDistanceFunctor --- vcg/complex/trimesh/create/resampler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/create/resampler.h b/vcg/complex/trimesh/create/resampler.h index a4c17e6e..263d71ba 100644 --- a/vcg/complex/trimesh/create/resampler.h +++ b/vcg/complex/trimesh/create/resampler.h @@ -162,7 +162,7 @@ template // Note that PointDistanceBaseFunctor does not require the edge and plane precomptued. // while the PointDistanceFunctor requires them. - vcg::face::PointDistanceBaseFunctor PDistFunct; + vcg::face::PointDistanceBaseFunctor PDistFunct; f = _g.GetClosest(PDistFunct,markerFunctor,testPt,max_dist,dist,closestPt); if (f==NULL) return false;