]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Warning hunting V8_1_0b1
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 18 Aug 2016 11:31:52 +0000 (13:31 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 18 Aug 2016 11:31:52 +0000 (13:31 +0200)
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() { }
   };
 }