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(); }