mirror of https://github.com/CGAL/cgal
Move deprecated keyword
This commit is contained in:
parent
3a88991ef2
commit
1b6e3b7d61
|
|
@ -92,8 +92,8 @@ push_neighbors_of(const Vertex_const_handle start, const int ith,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CGAL_DEPRECATED template < class TPoly >
|
template < class TPoly >
|
||||||
void T_PolyhedralSurf_rings <TPoly>::
|
CGAL_DEPRECATED void T_PolyhedralSurf_rings <TPoly>::
|
||||||
push_neighbours_of(const Vertex_const_handle start, const int ith,
|
push_neighbours_of(const Vertex_const_handle start, const int ith,
|
||||||
std::vector < Vertex_const_handle > &nextRing,
|
std::vector < Vertex_const_handle > &nextRing,
|
||||||
std::vector < Vertex_const_handle > &all)
|
std::vector < Vertex_const_handle > &all)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue