diff --git a/Packages/Kernel_d/include/CGAL/Homogeneous_d.h b/Packages/Kernel_d/include/CGAL/Homogeneous_d.h index 3eda8823284..a699c8b521b 100644 --- a/Packages/Kernel_d/include/CGAL/Homogeneous_d.h +++ b/Packages/Kernel_d/include/CGAL/Homogeneous_d.h @@ -69,7 +69,7 @@ public: typedef CGAL::Hyperplane_d Hyperplane_d; typedef CGAL::Aff_transformation_d Aff_transformation_d; - typedef typename Point_d::Cartesian_const_iterator Cartesian_const_iterator_d; + typedef typename Point_d_base::Cartesian_const_iterator Cartesian_const_iterator_d; template class Construct_Cartesian_const_iterator