Salome HOME
Merge V8_4_BR branch.
[modules/smesh.git] / src / MEDWrapper / V2_2 / MED_V2_2_Wrapper.hxx
index a06e1c15c08278e34f559b87a3eb98690b48ea98..45f9a14a55e43c917c5e2846da39cc5f470b0bdc 100644 (file)
@@ -91,7 +91,7 @@ namespace MED
       TVWrapper& operator=(const TVWrapper&);
       
     public:
-      TVWrapper(const std::string& theFileName);
+      TVWrapper(const std::string& theFileName, TInt theMinor=-1);
 
       //----------------------------------------------------------------------------
       virtual 
@@ -482,6 +482,7 @@ namespace MED
 
     protected:
       PFile myFile;
+      TInt myMinor;
     };
   }
 }