diff --git a/Alpha_shapes_2/test/Alpha_shapes_2/test_weight.cpp b/Alpha_shapes_2/test/Alpha_shapes_2/test_weight.cpp index 0cec6643a4f..317c15aae86 100644 --- a/Alpha_shapes_2/test/Alpha_shapes_2/test_weight.cpp +++ b/Alpha_shapes_2/test/Alpha_shapes_2/test_weight.cpp @@ -40,8 +40,12 @@ typedef CGAL::Regular_triangulation_2 Triangulation_2; typedef CGAL::Alpha_shape_2 Alpha_shape_2; //ExactComparisonTag is Tag_true -typedef CGAL::Alpha_shape_vertex_base_2 Vb_TT; -typedef CGAL::Alpha_shape_face_base_2 Fb_TT; +typedef CGAL::Alpha_shape_vertex_base_2 Vb_TT; +typedef CGAL::Alpha_shape_face_base_2 Fb_TT; typedef CGAL::Triangulation_data_structure_2 Tds_TT; typedef CGAL::Regular_triangulation_2 Triangulation_2_TT; typedef CGAL::Alpha_shape_2 Alpha_shape_2_TT;