Salome HOME
reintroduction of choice of MED minor version when exporting MED files
[modules/smesh.git] / src / MEDWrapper / MED_Wrapper.hxx
index 841eb4eca0b1eb3df1d5f348c9112bb010a7a819..05b0496c28554fdf7c23800441fcbca76d69da82 100644 (file)
@@ -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;
   };
 
   //----------------------------------------------------------------------------