diff --git a/Geo/GModelIO_OCC.h b/Geo/GModelIO_OCC.h index c4ef305bedab80612844f1fe046614de108d6871..f7263ed05e350c257a36f9b5f5ce5000371ff0ee 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); }