diff --git a/Mesh_3/include/CGAL/Mesh_3/Refine_facets_3.h b/Mesh_3/include/CGAL/Mesh_3/Refine_facets_3.h index 45bda6b2bc5..bf61ffe83eb 100644 --- a/Mesh_3/include/CGAL/Mesh_3/Refine_facets_3.h +++ b/Mesh_3/include/CGAL/Mesh_3/Refine_facets_3.h @@ -277,7 +277,7 @@ class Refine_facets_3_base typedef typename Gt::Ray_3 Ray_3; typedef typename Gt::Line_3 Line_3; protected: - typedef typename Gt::Bare_point Bare_point; + typedef typename Tr::Bare_point Bare_point; public: Refine_facets_3_base(Tr& tr, Complex3InTriangulation3& c3t3, @@ -763,6 +763,7 @@ public: typedef Container_ Container; // Because we need it in Mesher_level typedef typename Container::Element Container_element; typedef typename Tr::Point Point;//Weighted_point + typedef typename Tr::Bare_point Bare_point; typedef typename Tr::Facet Facet; typedef typename Tr::Vertex_handle Vertex_handle; typedef typename Triangulation_mesher_level_traits_3