mirror of https://github.com/CGAL/cgal
Bug fix: definition of Self and Base in class Cell_attribute_with_point when using index.
This commit is contained in:
parent
94b9726a46
commit
c0c768b2bb
|
|
@ -91,10 +91,10 @@ namespace CGAL {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
typedef Cell_attribute_with_point<LCC, Info_, Tag, Functor_on_merge_,
|
typedef Cell_attribute_with_point<LCC, Info_, Tag, Functor_on_merge_,
|
||||||
Functor_on_split_> Self;
|
Functor_on_split_, WithID> Self;
|
||||||
|
|
||||||
typedef Cell_attribute<LCC, Info_, Tag,
|
typedef Cell_attribute<LCC, Info_, Tag,
|
||||||
Functor_on_merge_, Functor_on_split_> Base1;
|
Functor_on_merge_, Functor_on_split_, WithID> Base1;
|
||||||
typedef Point_for_cell<typename LCC::Point> Base2;
|
typedef Point_for_cell<typename LCC::Point> Base2;
|
||||||
|
|
||||||
typedef typename LCC::Point Point;
|
typedef typename LCC::Point Point;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue