X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_Tree.hxx;h=cb821ce71a71460dcd126c09be2477e8ab955817;hb=45810912147bdd6c4e5fb40a0d79495a5c9307ea;hp=13c70c728191c10508cb446b842c757e756c7b9a;hpb=c34100e8f8fc0d3bb967111320ae1c2e6e1d19a1;p=modules%2Fsmesh.git 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(); }; //===========================================================================