From 24d3cd4bec2c1641cb004cde2a7f8bd0356d291e Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Thu, 13 Nov 2025 09:33:58 +0200 Subject: [PATCH] Added missing inline --- Arrangement_on_surface_2/include/CGAL/draw_arrangement_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arrangement_on_surface_2/include/CGAL/draw_arrangement_2.h b/Arrangement_on_surface_2/include/CGAL/draw_arrangement_2.h index 1317f5d362e..65fb8eb4b6a 100644 --- a/Arrangement_on_surface_2/include/CGAL/draw_arrangement_2.h +++ b/Arrangement_on_surface_2/include/CGAL/draw_arrangement_2.h @@ -588,7 +588,7 @@ private: #ifdef CGAL_USE_BASIC_VIEWER //! -void draw_unimplemented() { +inline void draw_unimplemented() { CGAL_error_msg("Geometry traits type of arrangement is required to support approximation of Point_2 and " "X_monotone_curve_2. Traits on curved surfaces needs additional support for parameterization."); }