Salome HOME
Implementation of planar symmetry + aggregation methods for MEDFileData+MEDFileUMesh
[tools/medcoupling.git] / src / MEDLoader / MEDFileEquivalence.hxx
index 9c4eebd8d37c1a92d46cf85c79dd1c5102807123..c8c52d00f63badbeee8072d2a457b546048e7858 100644 (file)
@@ -150,7 +150,7 @@ namespace MEDCoupling
     void getRepr(std::ostream& oss) const;
   public:
     void write(med_idt fid) const;
-  private:
+  protected:
     ~MEDFileEquivalenceCellType() { }
   private:
     INTERP_KERNEL::NormalizedCellType _type;
@@ -193,7 +193,7 @@ namespace MEDCoupling
     MEDFileEquivalenceNode *deepCopy(MEDFileEquivalencePair *owner) const;
     bool isEqual(const MEDFileEquivalenceNode *other, std::string& what) const;
     void getRepr(std::ostream& oss) const;
-  private:
+  protected:
     ~MEDFileEquivalenceNode() { }
   };
 }