X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FMEDWrapper%2FMED_Wrapper.hxx;h=05b0496c28554fdf7c23800441fcbca76d69da82;hp=841eb4eca0b1eb3df1d5f348c9112bb010a7a819;hb=49ff23c94f469a0bd9de9981fb709eef8a8c4417;hpb=1b80c8bc605eaea62874a92d75613657bf664e9e diff --git a/src/MEDWrapper/MED_Wrapper.hxx b/src/MEDWrapper/MED_Wrapper.hxx index 841eb4eca..05b0496c2 100644 --- a/src/MEDWrapper/MED_Wrapper.hxx +++ b/src/MEDWrapper/MED_Wrapper.hxx @@ -52,7 +52,7 @@ namespace MED TWrapper& operator=(const TWrapper&); public: - TWrapper(const std::string& theFileName); + TWrapper(const std::string& theFileName, TInt theMinor=-1); virtual ~TWrapper(); @@ -939,6 +939,7 @@ namespace MED protected: PFile myFile; + TInt myMinor; }; //----------------------------------------------------------------------------