From 0253c5ac3f8c1fa71f97f2c77b78e2cbc4a02c3a Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 9 Feb 2017 15:45:00 +0000 Subject: [PATCH] pp --- Geo/GModelIO_OCC.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Geo/GModelIO_OCC.h b/Geo/GModelIO_OCC.h index c4ef305bed..f7263ed05e 100644 --- a/Geo/GModelIO_OCC.h +++ b/Geo/GModelIO_OCC.h @@ -22,7 +22,6 @@ class OCC_Internals { // kernels) int _maxTagConstraints[4]; - protected : // all the (sub)shapes, updated dynamically when shapes need to be imported // into a GModel TopTools_IndexedMapOfShape _vmap, _emap, _wmap, _fmap, _shmap, _somap; @@ -152,7 +151,7 @@ class OCC_Internals { // *** FIXME what follows will be removed *** - protected : + private: TopoDS_Shape _shape; public: void _addShapeToLists(TopoDS_Shape shape){ _addShapeToMaps(shape); } -- GitLab