From a5764fa49f09cd1ac68770d61863b19c1c3e4cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Tayeb?= Date: Mon, 19 Apr 2010 12:31:52 +0000 Subject: [PATCH] + fix commit 55520 --- Mesh_3/include/CGAL/Mesh_3/Labeled_mesh_domain_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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