Update Apollonius_graph_2/doc/Apollonius_graph_2/CGAL/Apollonius_graph_vertex_base_2.h

Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
This commit is contained in:
Andreas Fabri 2023-07-27 11:46:44 +02:00 committed by Mael Rouxel-Labbé
parent 2e7a815589
commit 7854fddd02
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ instantiated by `Triangulation_ds_vertex_base_2<>`.
\sa `CGAL::Triangulation_data_structure_2<Vb,Fb>`
\sa `CGAL::Apollonius_graph_hierarchy_vertex_base_2<Gt>`
*/
template< typename Gt, typename StoreHidden, typename Vb >
template< typename Gt, typename StoreHidden, typename Vb >
class Apollonius_graph_vertex_base_2 : public Vb {
public: