Unify struct and class

This commit is contained in:
Andreas Fabri 2008-09-18 13:44:36 +00:00
parent a725e9b78c
commit 13c2776cff
1 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,8 @@ namespace CGAL {
template < typename Kernel_ >
class Iso_box_d : public Handle_for< Kernel_d::Iso_box_d_rep<Kernel_> >
{
public:
typedef Kernel_ Kernel;
typedef Kernel_ R;