From: Anthony Geay Date: Thu, 18 Aug 2016 11:31:52 +0000 (+0200) Subject: Warning hunting X-Git-Tag: V8_1_0b1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4634ee886bd8cf51b4dbcb0e70909892a5f3f999;p=tools%2Fmedcoupling.git Warning hunting --- diff --git a/src/MEDLoader/MEDFileEquivalence.hxx b/src/MEDLoader/MEDFileEquivalence.hxx index 9c4eebd8d..c8c52d00f 100644 --- a/src/MEDLoader/MEDFileEquivalence.hxx +++ b/src/MEDLoader/MEDFileEquivalence.hxx @@ -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() { } }; }