mirror of https://github.com/CGAL/cgal
Fix bad typedef
This commit is contained in:
parent
41bb11cdee
commit
16350e84a4
|
|
@ -29,7 +29,7 @@ class Box_with_info_d
|
|||
protected:
|
||||
Info_ m_info;
|
||||
public:
|
||||
typedef Box_d< NT_, N, ID_EXPLICIT> Base;
|
||||
typedef Box_d< NT_, N, IdPolicy> Base;
|
||||
typedef NT_ NT;
|
||||
typedef Info_ Info;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue