From b45cf04fbf4a2cb3129cb6accef0da3a4db32322 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Mon, 15 Oct 2018 14:20:30 +0200 Subject: [PATCH] Align typedef --- Triangulation_2/include/CGAL/draw_triangulation_2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Triangulation_2/include/CGAL/draw_triangulation_2.h b/Triangulation_2/include/CGAL/draw_triangulation_2.h index a1cfc460fdb..193e12e20ea 100644 --- a/Triangulation_2/include/CGAL/draw_triangulation_2.h +++ b/Triangulation_2/include/CGAL/draw_triangulation_2.h @@ -47,11 +47,11 @@ struct DefaultColorFunctorT2 template class SimpleTriangulation2ViewerQt : public Basic_viewer_qt { - typedef Basic_viewer_qt Base; - typedef typename T2::Vertex_handle Vertex_const_handle; + typedef Basic_viewer_qt Base; + typedef typename T2::Vertex_handle Vertex_const_handle; typedef typename T2::Finite_edges_iterator Edge_const_handle; typedef typename T2::Finite_faces_iterator Facet_const_handle; - typedef typename T2::Point Point; + typedef typename T2::Point Point; public: /// Construct the viewer.