Add missing typedef

This commit is contained in:
Guillaume Damiand 2013-02-18 10:44:53 +01:00
parent 35509487a9
commit 9f0d0ec2a7
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ namespace CGAL {
typedef typename Refs::Alloc Alloc; typedef typename Refs::Alloc Alloc;
typedef OnMerge On_merge; typedef OnMerge On_merge;
typedef OnSplit On_split; typedef OnSplit On_split;
typedef Info_ Info;
protected: protected:
/// Default contructor. /// Default contructor.