Salome HOME
22355: EDF SMESH: New 1D hypothesis "Adaptive"
authoreap <eap@opencascade.com>
Mon, 21 Oct 2013 13:07:09 +0000 (13:07 +0000)
committereap <eap@opencascade.com>
Mon, 21 Oct 2013 13:07:09 +0000 (13:07 +0000)
  Make all fields protected

src/SMESHUtils/SMESH_Tree.hxx

index 13c70c728191c10508cb446b842c757e756c7b9a..cb821ce71a71460dcd126c09be2477e8ab955817 100644 (file)
@@ -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();
 };
 
 //===========================================================================