From 13c2776cffee12e18a9ae78c20e5cb5e8a15af52 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 18 Sep 2008 13:44:36 +0000 Subject: [PATCH] Unify struct and class --- Kernel_d/include/CGAL/Kernel_d/Iso_box_d.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel_d/include/CGAL/Kernel_d/Iso_box_d.h b/Kernel_d/include/CGAL/Kernel_d/Iso_box_d.h index 57267e13579..02ede4bd5d7 100644 --- a/Kernel_d/include/CGAL/Kernel_d/Iso_box_d.h +++ b/Kernel_d/include/CGAL/Kernel_d/Iso_box_d.h @@ -256,6 +256,8 @@ namespace CGAL { template < typename Kernel_ > class Iso_box_d : public Handle_for< Kernel_d::Iso_box_d_rep > { + + public: typedef Kernel_ Kernel; typedef Kernel_ R;