From 78d7ddc5e58a3378e0d368a1919a544fa30a0d65 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Tue, 25 Mar 2025 13:14:44 +0100 Subject: [PATCH] add missing this-> --- Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h b/Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h index 2612b3f0828..833adbc5e57 100644 --- a/Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h +++ b/Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h @@ -185,7 +185,7 @@ public: this->build(); if(!is_closed(polyhedron)) - set_surface_only(); + this->set_surface_only(); } #ifndef CGAL_NO_DEPRECATED_CODE