From 58d829687d6738d499a86aa92af4b1e8adf98f3a Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 21 Oct 2013 13:07:09 +0000 Subject: [PATCH] 22355: EDF SMESH: New 1D hypothesis "Adaptive" Make all fields protected --- src/SMESHUtils/SMESH_Tree.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/SMESHUtils/SMESH_Tree.hxx b/src/SMESHUtils/SMESH_Tree.hxx index 13c70c728..cb821ce71 100644 --- a/src/SMESHUtils/SMESH_Tree.hxx +++ b/src/SMESHUtils/SMESH_Tree.hxx @@ -118,12 +118,11 @@ protected: // Bounding box of a tree box_type* myBox; -private: - // Build the children recursively - void buildChildren(); - // Level of the Tree int myLevel; + + // Build the children recursively + void buildChildren(); }; //=========================================================================== -- 2.30.2