mirror of https://github.com/CGAL/cgal
Unify struct and class
This commit is contained in:
parent
a725e9b78c
commit
13c2776cff
|
|
@ -256,6 +256,8 @@ namespace CGAL {
|
||||||
template < typename Kernel_ >
|
template < typename Kernel_ >
|
||||||
class Iso_box_d : public Handle_for< Kernel_d::Iso_box_d_rep<Kernel_> >
|
class Iso_box_d : public Handle_for< Kernel_d::Iso_box_d_rep<Kernel_> >
|
||||||
{
|
{
|
||||||
|
|
||||||
|
public:
|
||||||
typedef Kernel_ Kernel;
|
typedef Kernel_ Kernel;
|
||||||
typedef Kernel_ R;
|
typedef Kernel_ R;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue