From c0c768b2bb4e5d37df0a9076ac6176bb319b8a82 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Wed, 5 Jun 2024 11:00:18 +0200 Subject: [PATCH] Bug fix: definition of Self and Base in class Cell_attribute_with_point when using index. --- Linear_cell_complex/include/CGAL/Cell_attribute_with_point.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linear_cell_complex/include/CGAL/Cell_attribute_with_point.h b/Linear_cell_complex/include/CGAL/Cell_attribute_with_point.h index 17c17d1b87b..24099a24851 100644 --- a/Linear_cell_complex/include/CGAL/Cell_attribute_with_point.h +++ b/Linear_cell_complex/include/CGAL/Cell_attribute_with_point.h @@ -91,10 +91,10 @@ namespace CGAL { public: typedef Cell_attribute_with_point Self; + Functor_on_split_, WithID> Self; typedef Cell_attribute Base1; + Functor_on_merge_, Functor_on_split_, WithID> Base1; typedef Point_for_cell Base2; typedef typename LCC::Point Point;