From e9bd71406d6bda93fb680a4598184061b648dcd5 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 18 Jan 2023 09:32:51 +0100 Subject: [PATCH] No need to deprecate as this is just an example file --- Ridges_3/examples/Ridges_3/PolyhedralSurf_rings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ridges_3/examples/Ridges_3/PolyhedralSurf_rings.h b/Ridges_3/examples/Ridges_3/PolyhedralSurf_rings.h index 13132e6fa7e..aef725c1bc2 100644 --- a/Ridges_3/examples/Ridges_3/PolyhedralSurf_rings.h +++ b/Ridges_3/examples/Ridges_3/PolyhedralSurf_rings.h @@ -33,7 +33,7 @@ protected: void push_neighbors_of(const Vertex_const_handle start, const int ith, std::vector < Vertex_const_handle > &nextRing, std::vector < Vertex_const_handle > &all); - CGAL_DEPRECATED void push_neighbours_of(const Vertex_const_handle start, const int ith, + void push_neighbours_of(const Vertex_const_handle start, const int ith, std::vector < Vertex_const_handle > &nextRing, std::vector < Vertex_const_handle > &all);