Salome HOME
Merge branch 'abn/tests_from_build'
[tools/medcoupling.git] / src / MEDLoader / MEDFileUtilities.hxx
index c8842db0c04dc9ef50b18c2fd209b64732da181f..ffac85a16716c7ac8852042b80b3df231a51dd4a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -37,13 +37,13 @@ namespace MEDFileUtilities
   {
   public:
     AutoFid(med_idt fid);
-    operator med_idt() const;
+    operator med_idt() const { return _fid; }
     ~AutoFid();
   private:
     med_idt _fid;
   };
 }
-  
+
 namespace ParaMEDMEM
 {
   class MEDLOADER_EXPORT MEDFileWritable