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(); }; //===========================================================================