From 74c0894336824f5180a193a2e51e1f289110faf8 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Tue, 5 Dec 2023 13:19:35 +0100 Subject: [PATCH] doc draw polygon --- Polygon/include/CGAL/draw_polygon_2.h | 2 +- Polygon/include/CGAL/draw_polygon_with_holes_2.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Polygon/include/CGAL/draw_polygon_2.h b/Polygon/include/CGAL/draw_polygon_2.h index 1e1618c5da0..3a18d3001ab 100644 --- a/Polygon/include/CGAL/draw_polygon_2.h +++ b/Polygon/include/CGAL/draw_polygon_2.h @@ -72,7 +72,7 @@ The real declaration of this function template is: template - void CGAL::add_to_graphics_scene(const Polygon_2& p, CGAL::Graphics_scene& gs, const GSOptions& gso); + void CGAL::add_to_graphics_scene(const CGAL::Polygon_2& p, CGAL::Graphics_scene& gs, const GSOptions& gso); \cgalAdvancedEnd diff --git a/Polygon/include/CGAL/draw_polygon_with_holes_2.h b/Polygon/include/CGAL/draw_polygon_with_holes_2.h index 15112bdcb11..0a3174b4e21 100644 --- a/Polygon/include/CGAL/draw_polygon_with_holes_2.h +++ b/Polygon/include/CGAL/draw_polygon_with_holes_2.h @@ -72,7 +72,7 @@ The real declaration of this function template is: template - void CGAL::add_to_graphics_scene(const Polygon_with_holes_2& ph, CGAL::Graphics_scene& gs, const GSOptions& gso); + void CGAL::add_to_graphics_scene(const CGAL::Polygon_with_holes_2& ph, CGAL::Graphics_scene& gs, const GSOptions& gso); \cgalAdvancedEnd