From 88e9921d1da3ac1aa5bf0567da9cacbb14d554ba Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Tue, 26 Dec 2023 10:08:15 +0100 Subject: [PATCH] warning in draw nef3 --- Nef_3/include/CGAL/draw_nef_3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Nef_3/include/CGAL/draw_nef_3.h b/Nef_3/include/CGAL/draw_nef_3.h index 99fe167ad62..aac531bcd5d 100644 --- a/Nef_3/include/CGAL/draw_nef_3.h +++ b/Nef_3/include/CGAL/draw_nef_3.h @@ -98,9 +98,9 @@ public: CGAL::Graphics_scene& _graphics_scene, const GSOptions&_gs_options) : n_faces(0), n_edges(0), - nef(_nef), graphics_scene(_graphics_scene), - gs_options(_gs_options) + gs_options(_gs_options), + nef(_nef) {} void visit(Vertex_const_handle vh)