From 889aed11f2375b74c0fec308bb1e0c3ef285a12a Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 22 Sep 2003 12:21:37 +0000 Subject: [PATCH] *** empty log message *** --- .../include/CGAL/Kernel/Cartesian_coordinate_iterator_2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Packages/Kernel_23/include/CGAL/Kernel/Cartesian_coordinate_iterator_2.h b/Packages/Kernel_23/include/CGAL/Kernel/Cartesian_coordinate_iterator_2.h index 7775d00a6ff..b8f6ec84071 100644 --- a/Packages/Kernel_23/include/CGAL/Kernel/Cartesian_coordinate_iterator_2.h +++ b/Packages/Kernel_23/include/CGAL/Kernel/Cartesian_coordinate_iterator_2.h @@ -31,6 +31,7 @@ template class Cartesian_coordinate_iterator_2 { +protected: typedef typename K::Point_2 P; const P* point; int index;