From 8e47168183419384e965a3126340bfe7a077693c Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 17 May 2010 14:05:54 +0000 Subject: [PATCH] Remove extra ';' --- Mesh_2/include/CGAL/Delaunay_mesh_face_base_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_2/include/CGAL/Delaunay_mesh_face_base_2.h b/Mesh_2/include/CGAL/Delaunay_mesh_face_base_2.h index f8a8d25b3ff..7770335f549 100644 --- a/Mesh_2/include/CGAL/Delaunay_mesh_face_base_2.h +++ b/Mesh_2/include/CGAL/Delaunay_mesh_face_base_2.h @@ -73,6 +73,6 @@ public: void set_marked(const bool b) { in_domain=b; } }; -}; // namespace CGAL +} // namespace CGAL #endif