From 7a36b9fadd71b9c88c6eb702cbb20406234a2964 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Wed, 2 May 2007 13:25:45 +0000 Subject: [PATCH] only use typename when necessary --- vcg/complex/intersection.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vcg/complex/intersection.h b/vcg/complex/intersection.h index 68550a5e..c8c0cbbb 100644 --- a/vcg/complex/intersection.h +++ b/vcg/complex/intersection.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.10 2007/04/10 22:46:57 pietroni +- line 152 changed call intersection to IntersectionPlaneTriangle because changing in function's name + Revision 1.9 2007/01/03 15:51:28 pietroni added initial define and included missing files @@ -125,7 +128,7 @@ bool Intersection( /*TriMeshType & m, */ Plane3 pl, EdgeMeshType & em, double& ave_length, - typename IndexingType *grid, + IndexingType *grid, typename std::vector< typename IndexingType::Cell* >& cells) { typedef typename TriMeshType::FaceContainer FaceContainer; @@ -212,4 +215,4 @@ bool IntersectionRayMesh( } /*@}*/ } // end namespace vcg -#endif \ No newline at end of file +#endif