Salome HOME
CoTech decision: move MEDWrapper from MED to SMESH
authoreap <eap@opencascade.com>
Mon, 24 Jun 2013 10:06:53 +0000 (10:06 +0000)
committereap <eap@opencascade.com>
Mon, 24 Jun 2013 10:06:53 +0000 (10:06 +0000)
-  void                SetFile(const std::string& theFileName);
+  virtual void        SetFile(const std::string& theFileName);

src/Driver/Driver_Mesh.h

index 21170efca6c18c4a1e83f7ece2849c62168ff3d2..64a1eb739c6d767a62d4a6ee83a613564f9fd34c 100644 (file)
@@ -59,7 +59,7 @@ class MESHDRIVER_EXPORT Driver_Mesh
   };
 
   void                SetMeshId(int theMeshId);
-  void                SetFile(const std::string& theFileName);
+  virtual void        SetFile(const std::string& theFileName);
   virtual void        SetMeshName(const std::string& theMeshName);
   virtual std::string GetMeshName() const;