Salome HOME
simplification involved by medfile 4.1
[modules/smesh.git] / src / MEDWrapper / MED_Wrapper.hxx
index 6761a19e82a8d8d9880da0e6e5084a8192e6e1ba..2d6a4ffca6588b01f8fdbd5f84ce11939651a0ef 100644 (file)
@@ -52,7 +52,7 @@ namespace MED
     TWrapper& operator=(const TWrapper&);
 
   public:
-    TWrapper(const std::string& theFileName, bool write, TInt theVersion=-1);
+    TWrapper(const std::string& theFileName, bool write, TInt theMajor=-1, TInt theVersion=-1);
 
     virtual
     ~TWrapper();
@@ -939,6 +939,7 @@ namespace MED
 
   protected:
     PFile myFile;
+    TInt myMajor;
     TInt myMinor;
   };