diff --git a/Jet_fitting_3/examples/Jet_fitting_3/PolyhedralSurf_rings.h b/Jet_fitting_3/examples/Jet_fitting_3/PolyhedralSurf_rings.h index c634ae24c2e..8fa78242d44 100644 --- a/Jet_fitting_3/examples/Jet_fitting_3/PolyhedralSurf_rings.h +++ b/Jet_fitting_3/examples/Jet_fitting_3/PolyhedralSurf_rings.h @@ -82,8 +82,8 @@ push_neighbors_of(Vertex * start, int ith, } } -CGAL_DEPRECATED template < class TPoly , class VertexPropertyMap> -void T_PolyhedralSurf_rings :: +template < class TPoly , class VertexPropertyMap> +CGAL_DEPRECATED void T_PolyhedralSurf_rings :: push_neighbours_of(Vertex * start, int ith, std::vector < Vertex * >&nextRing, std::vector < Vertex * >&all,