diff --git a/Mesh_3/include/CGAL/Mesh_3/Labeled_mesh_domain_3.h b/Mesh_3/include/CGAL/Mesh_3/Labeled_mesh_domain_3.h index 64cbbaf1e1e..e2f777ff656 100644 --- a/Mesh_3/include/CGAL/Mesh_3/Labeled_mesh_domain_3.h +++ b/Mesh_3/include/CGAL/Mesh_3/Labeled_mesh_domain_3.h @@ -414,7 +414,7 @@ private: protected: /// Returns bounding box - const Iso_cuboid_3& bounding_box() const { return bbox; } + const Iso_cuboid_3& bounding_box() const { return bbox_; } private: /// The function which answers subdomain queries