Salome HOME
#16662 EDF - ExportMED : too long (bis)
[modules/smesh.git] / src / MEDWrapper / MED_Wrapper.cxx
index 2f12e7cc81131fa60bc5004a4f013cdb9171825d..117ab89f6da8532fff99c42bb6aa5e74e437abf7 100644 (file)
@@ -188,8 +188,8 @@ namespace MED
   //---------------------------------------------------------------
   TWrapper
   ::TWrapper(const std::string& theFileName, TInt theMinor):
-    myMinor(theMinor),
-    myFile(new TFile(theFileName, theMinor))
+    myFile(new TFile(theFileName, theMinor)),
+    myMinor(theMinor)
   {
     TErr aRet;
     myFile->Open(eLECTURE_ECRITURE, &aRet);