From e5c6883c7481d9ffd006ab91fd2e783a0cc171d3 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 17 May 2010 14:01:16 +0000 Subject: [PATCH] Remove extra ';' --- PDB/include/CGAL/PDB/range.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PDB/include/CGAL/PDB/range.h b/PDB/include/CGAL/PDB/range.h index 03b65acd315..835c42e14ba 100644 --- a/PDB/include/CGAL/PDB/range.h +++ b/PDB/include/CGAL/PDB/range.h @@ -62,11 +62,11 @@ unsigned int distance(const Range &r) { } \ }; \ -CGAL_PDB_GET_MAP(Atom, atom); -CGAL_PDB_GET_MAP(Monomer, monomer); -CGAL_PDB_GET_MAP(Chain, chain); -CGAL_PDB_GET_MAP(Model, model); -CGAL_PDB_GET_MAP(Heterogen, heterogen); +CGAL_PDB_GET_MAP(Atom, atom) +CGAL_PDB_GET_MAP(Monomer, monomer) +CGAL_PDB_GET_MAP(Chain, chain) +CGAL_PDB_GET_MAP(Model, model) +CGAL_PDB_GET_MAP(Heterogen, heterogen) template struct Get_point {