From: eap Date: Mon, 24 Jun 2013 10:06:53 +0000 (+0000) Subject: CoTech decision: move MEDWrapper from MED to SMESH X-Git-Tag: V7_3_0a1~326 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=beb621c883601be4aa00cd6a40607061fff6b277;p=modules%2Fsmesh.git CoTech decision: move MEDWrapper from MED to SMESH - void SetFile(const std::string& theFileName); + virtual void SetFile(const std::string& theFileName); --- diff --git a/src/Driver/Driver_Mesh.h b/src/Driver/Driver_Mesh.h index 21170efca..64a1eb739 100644 --- a/src/Driver/Driver_Mesh.h +++ b/src/Driver/Driver_Mesh.h @@ -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;