diff --git a/Mesh_3/include/CGAL/Mesh_3/Refine_facets_3.h b/Mesh_3/include/CGAL/Mesh_3/Refine_facets_3.h index 8a8253826b4..c217eb3d913 100644 --- a/Mesh_3/include/CGAL/Mesh_3/Refine_facets_3.h +++ b/Mesh_3/include/CGAL/Mesh_3/Refine_facets_3.h @@ -532,7 +532,7 @@ protected: } /// Get mirror facet - Facet mirror_facet(const Facet& f) const { return r_tr_.mirror_facet(f); }; + Facet mirror_facet(const Facet& f) const { return r_tr_.mirror_facet(f); } /// for debugging std::string display_dual(Facet f) const