From cbbd23d7f3d3fd44367df3482dd3966a121ed6ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 6 Oct 2015 12:47:46 +0200 Subject: [PATCH] remove extra typename --- .../include/CGAL/Boolean_set_operations_2/Gps_default_dcel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_default_dcel.h b/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_default_dcel.h index 30f429a6f23..77d7bc3a98e 100644 --- a/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_default_dcel.h +++ b/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_default_dcel.h @@ -107,13 +107,13 @@ public: m_info &= ~VISITED; } - typename Arr_face_base::Outer_ccbs_container& + Arr_face_base::Outer_ccbs_container& _outer_ccbs() { return this->outer_ccbs; } - typename Arr_face_base::Inner_ccbs_container& + Arr_face_base::Inner_ccbs_container& _inner_ccbs() { return this->inner_ccbs;