Fix a compilation error (FT shadowed a template parameter)

This commit is contained in:
Laurent Rineau 2013-03-27 16:37:25 +01:00
parent 52ebecd862
commit 23e0af999b
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ public:
typedef typename PolylineConstraintTriangulation::Vertex_handle Vertex_handle; typedef typename PolylineConstraintTriangulation::Vertex_handle Vertex_handle;
typedef typename PolylineConstraintTriangulation::Vertex_circulator Vertex_circulator; typedef typename PolylineConstraintTriangulation::Vertex_circulator Vertex_circulator;
typedef typename PolylineConstraintTriangulation::Geom_traits Geom_traits ; typedef typename PolylineConstraintTriangulation::Geom_traits Geom_traits ;
typedef typename Geom_traits::FT FT;
typedef typename Geom_traits::Compute_squared_distance_2 Compute_squared_distance; typedef typename Geom_traits::Compute_squared_distance_2 Compute_squared_distance;
typedef typename Geom_traits::Construct_segment_2 Construct_segment; typedef typename Geom_traits::Construct_segment_2 Construct_segment;
typedef typename Geom_traits::Segment_2 Segment; typedef typename Geom_traits::Segment_2 Segment;