diff --git a/Packages/Trapezoidal_decomposition/include/CGAL/Td_X_trapezoid.h b/Packages/Trapezoidal_decomposition/include/CGAL/Td_X_trapezoid.h index b3bcf8b4433..c65a16cad99 100644 --- a/Packages/Trapezoidal_decomposition/include/CGAL/Td_X_trapezoid.h +++ b/Packages/Trapezoidal_decomposition/include/CGAL/Td_X_trapezoid.h @@ -63,7 +63,8 @@ public: pointer,pointer,pointer,pointer> Boundary_type; typedef Trapezoidal_decomposition_2 TD; typedef typename TD::Unbounded Unbounded; - typedef typename TD::Around_point_circulator Around_point_circulator; + typedef typename TD::Around_point_circulator + Around_point_circulator; typedef typename TD::In_face_iterator In_face_iterator; friend class Trapezoidal_decomposition_2;