mirror of https://github.com/CGAL/cgal
Add missing typedef
This commit is contained in:
parent
35509487a9
commit
9f0d0ec2a7
|
|
@ -316,6 +316,7 @@ namespace CGAL {
|
|||
typedef typename Refs::Alloc Alloc;
|
||||
typedef OnMerge On_merge;
|
||||
typedef OnSplit On_split;
|
||||
typedef Info_ Info;
|
||||
|
||||
protected:
|
||||
/// Default contructor.
|
||||
|
|
|
|||
Loading…
Reference in New Issue