From 0d69f62beea148bee7e54d8b95a0a758d0630e86 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Mon, 5 Sep 2022 01:46:17 +0300 Subject: [PATCH] Initialized _m_location --- .../include/CGAL/Curved_kernel_via_analysis_2/Point_2.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h b/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h index a5f7b53afae..8f82ebdb3f9 100644 --- a/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h @@ -75,8 +75,7 @@ public: typedef typename Curve_kernel_2::Curve_analysis_2 Curve_analysis_2; //! default constructor - Point_2_rep() { - } + Point_2_rep() : _m_location(CGAL::ARR_INTERIOR) {} //! constructs a "finite" point on curve, //! implies CGAL::NO_BOUNDARY in x/y