Salome HOME
fix for parallel compilation with CMake 3.12.1
[modules/smesh.git] / src / MEDWrapper / MED_Factory.hxx
index 7313da7ec210ce7217ec2581dce697ff349bc14d..fe5e0032ce95b60b60600db5c7365d62c707dff1 100644 (file)
@@ -37,7 +37,7 @@ namespace MED
   bool GetMEDVersion( const std::string&, int&, int&, int& );
 
   MEDWRAPPER_EXPORT
-  bool CheckCompatibility( const std::string& );
+  bool CheckCompatibility( const std::string& , bool isForAppend=false);
 
   MEDWRAPPER_EXPORT
   PWrapper CrWrapperR( const std::string& );