From e77525fc4f4a15791d2154416323b722c524a5fe Mon Sep 17 00:00:00 2001 From: ana Date: Wed, 17 Oct 2012 13:42:00 +0000 Subject: [PATCH] win32 compatibility --- src/SMESH/SMESH_ProxyMesh.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESH/SMESH_ProxyMesh.hxx b/src/SMESH/SMESH_ProxyMesh.hxx index 593b20b94..1c5d93592 100644 --- a/src/SMESH/SMESH_ProxyMesh.hxx +++ b/src/SMESH/SMESH_ProxyMesh.hxx @@ -56,7 +56,7 @@ public: /*! * \brief Proxy sub-mesh */ - class SubMesh : public SMESHDS_SubMesh + class SMESH_EXPORT SubMesh : public SMESHDS_SubMesh { public: -- 2.39.2