From 87a0592012bb9c2d8127ca4e21766e67bb3e6de0 Mon Sep 17 00:00:00 2001 From: Monique Teillaud Date: Fri, 30 Oct 1998 10:06:02 +0000 Subject: [PATCH] CGAL_debug(handles) --- .../Triangulation_3/include/CGAL/Triangulation_handles_3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages/Triangulation_3/include/CGAL/Triangulation_handles_3.h b/Packages/Triangulation_3/include/CGAL/Triangulation_handles_3.h index d3ec6e2830a..01505ee80a4 100644 --- a/Packages/Triangulation_3/include/CGAL/Triangulation_handles_3.h +++ b/Packages/Triangulation_3/include/CGAL/Triangulation_handles_3.h @@ -85,7 +85,7 @@ public: template CGAL_Triangulation_vertex * -debug(const CGAL_Triangulation_vertex_handle v) +CGAL_debug(const CGAL_Triangulation_vertex_handle v) { return v.ptr(); } @@ -138,7 +138,7 @@ public: template CGAL_Triangulation_cell * -debug(const CGAL_Triangulation_cell_handle c) +CGAL_debug(const CGAL_Triangulation_cell_handle c) { return c.ptr(); }