From beb621c883601be4aa00cd6a40607061fff6b277 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 24 Jun 2013 10:06:53 +0000 Subject: [PATCH] CoTech decision: move MEDWrapper from MED to SMESH - void SetFile(const std::string& theFileName); + virtual void SetFile(const std::string& theFileName); --- src/Driver/Driver_Mesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2